#CE6EC6

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

Shades of Orchid #CE6EC6

Tints of Orchid #CE6EC6

Color information

#CE6EC6 (or 0xCE6EC6) is unknown color: approx Orchid. HEX triplet: CE, 6E and C6. RGB value is (206,110,198). Sum of RGB (Red+Green+Blue) = 206+110+198=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 110 (43.36% from 255 or 21.40% from 514); Blue value is 198 (77.73% from 255 or 38.52% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6EC6 is #319139. Grayscale: #949494. Windows color (decimal): -3248442 or 13004494. OLE color: 13004494.

HSL color Cylindrical-coordinate representation of color #CE6EC6: hue angle of 305º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE6EC6 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB206110198-
CMYK00.470.040.19
HSL305º49.48%61.96%-
HSV(B)305º46.6%80.78%-
XYZ41.2228.3556.73-
YUV148.74155.8168.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.08%
GREEN value IS 110 (43.36% from 255) = 21.40%
BLUE value IS 198 (77.73% from 255) = 38.52%
R=40.08%
G=21.40%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611019800.470.040.1930549.4861.96
HexCE6EC602F413131313e
Octal3161563060574234616176
Binary11001110110111011000110010111110010011100110001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6EC6; }

 p { color: rgb(206,110,198); }

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

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

 a { background-color: rgb(206,110,198); }

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

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

 span { border-color: rgb(206,110,198); }

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