#CE6BC9

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

Shades of Orchid #CE6BC9

Tints of Orchid #CE6BC9

Color information

#CE6BC9 (or 0xCE6BC9) is unknown color: approx Orchid. HEX triplet: CE, 6B and C9. RGB value is (206,107,201). Sum of RGB (Red+Green+Blue) = 206+107+201=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 107 (42.19% from 255 or 20.82% from 514); Blue value is 201 (78.91% from 255 or 39.11% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6BC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6BC9 is #319436. Grayscale: #939393. Windows color (decimal): -3249207 or 13200334. OLE color: 13200334.

HSL color Cylindrical-coordinate representation of color #CE6BC9: hue angle of 303.03º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE6BC9 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB206107201-
CMYK00.480.020.19
HSL303.03º50.25%61.37%-
HSV(B)303.03º48.06%80.78%-
XYZ41.2527.8558.46-
YUV147.32158.3169.86-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.08%
GREEN value IS 107 (42.19% from 255) = 20.82%
BLUE value IS 201 (78.91% from 255) = 39.11%
R=40.08%
G=20.82%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610720100.480.020.19303.0350.2561.37
HexCE6BC903021312f323d
Octal3161533110602234576275
Binary1100111011010111100100101100001010011100101111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6BC9; }

 p { color: rgb(206,107,201); }

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

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

 a { background-color: rgb(206,107,201); }

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

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

 span { border-color: rgb(206,107,201); }

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