#CE7ECC

Color #CE7ECC Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CE7ECC

Tints of Orchid #CE7ECC

Color information

#CE7ECC (or 0xCE7ECC) is unknown color: approx Orchid. HEX triplet: CE, 7E and CC. RGB value is (206,126,204). Sum of RGB (Red+Green+Blue) = 206+126+204=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 126 (49.61% from 255 or 23.51% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7ECC is #318133. Grayscale: #9E9E9E. Windows color (decimal): -3244340 or 13401806. OLE color: 13401806.

HSL color Cylindrical-coordinate representation of color #CE7ECC: hue angle of 301.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE7ECC is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB206126204-
CMYK00.390.010.19
HSL301.5º44.94%65.1%-
HSV(B)301.5º38.83%80.78%-
XYZ43.8132.461.07-
YUV158.81153.5161.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 38.43%
GREEN value IS 126 (49.61% from 255) = 23.51%
BLUE value IS 204 (80.08% from 255) = 38.06%
R=38.43%
G=23.51%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612620400.390.010.19301.544.9465.1
HexCE7ECC02711312e2d41
Octal31617631404712345655101
Binary1100111011111101100110001001111100111001011101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7ECC; }

 p { color: rgb(206,126,204); }

 H1.HeaderClassName
 {
   color: #CE7ECC;
 }
 .AnyTagClassName
 {
   color: #CE7ECC;
 }
</style>
background-color css

<style>
 a { background-color: #CE7ECC; }

 a { background-color: rgb(206,126,204); }

 div.DivClassName
 {
   background-color: #CE7ECC;
 }
 .BgClassName
 {
   background-color: #CE7ECC;
 }
</style>
border-color css

<style>
 span { border-color: #CE7ECC; }

 span { border-color: rgb(206,126,204); }

 td.TdClassName
 {
   border-color: #CE7ECC;
 }
 .TagClassName
 {
   border-color: #CE7ECC;
 }
</style>