#CE7EC0

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

Shades of Orchid #CE7EC0

Tints of Orchid #CE7EC0

Color information

#CE7EC0 (or 0xCE7EC0) is unknown color: approx Orchid. HEX triplet: CE, 7E and C0. RGB value is (206,126,192). Sum of RGB (Red+Green+Blue) = 206+126+192=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 126 (49.61% from 255 or 24.05% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7EC0 is #31813F. Grayscale: #9D9D9D. Windows color (decimal): -3244352 or 12615374. OLE color: 12615374.

HSL color Cylindrical-coordinate representation of color #CE7EC0: hue angle of 310.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 #CE7EC0 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB206126192-
CMYK00.390.070.19
HSL310.5º44.94%65.1%-
HSV(B)310.5º38.83%80.78%-
XYZ42.4331.8553.78-
YUV157.44147.5162.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.31%
GREEN value IS 126 (49.61% from 255) = 24.05%
BLUE value IS 192 (75.39% from 255) = 36.64%
R=39.31%
G=24.05%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612619200.390.070.19310.544.9465.1
HexCE7EC00277131362d41
Octal31617630004772346655101
Binary110011101111110110000000100111111100111001101101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7EC0; }

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

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

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

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

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

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

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

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