#CE6DBB

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

Shades of Orchid #CE6DBB

Tints of Orchid #CE6DBB

Color information

#CE6DBB (or 0xCE6DBB) is unknown color: approx Orchid. HEX triplet: CE, 6D and BB. RGB value is (206,109,187). Sum of RGB (Red+Green+Blue) = 206+109+187=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6DBB is #319244. Grayscale: #929292. Windows color (decimal): -3248709 or 12283342. OLE color: 12283342.

HSL color Cylindrical-coordinate representation of color #CE6DBB: hue angle of 311.75º degrees, saturation: 0.5, 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 #CE6DBB is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB206109187-
CMYK00.470.090.19
HSL311.75º49.74%61.76%-
HSV(B)311.75º47.09%80.78%-
XYZ39.8927.6550.25-
YUV146.9150.64170.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.04%
GREEN value IS 109 (42.97% from 255) = 21.71%
BLUE value IS 187 (73.44% from 255) = 37.25%
R=41.04%
G=21.71%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610918700.470.090.19311.7549.7461.76
HexCE6DBB02F913138323e
Octal31615527305711234706276
Binary110011101101101101110110101111100110011100111000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6DBB; }

 p { color: rgb(206,109,187); }

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

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

 a { background-color: rgb(206,109,187); }

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

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

 span { border-color: rgb(206,109,187); }

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