#CE6CBD

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

Shades of Orchid #CE6CBD

Tints of Orchid #CE6CBD

Color information

#CE6CBD (or 0xCE6CBD) is unknown color: approx Orchid. HEX triplet: CE, 6C and BD. RGB value is (206,108,189). Sum of RGB (Red+Green+Blue) = 206+108+189=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6CBD is #319342. Grayscale: #929292. Windows color (decimal): -3248963 or 12414158. OLE color: 12414158.

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

Color convert

RGB206108189-
CMYK00.480.080.19
HSL310.41º50%61.57%-
HSV(B)310.41º47.57%80.78%-
XYZ4027.5251.35-
YUV146.54151.97170.41-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.95%
GREEN value IS 108 (42.58% from 255) = 21.47%
BLUE value IS 189 (74.22% from 255) = 37.57%
R=40.95%
G=21.47%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610818900.480.080.19310.415061.57
HexCE6CBD030813136323e
Octal31615427506010234666276
Binary110011101101100101111010110000100010011100110110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6CBD; }

 p { color: rgb(206,108,189); }

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

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

 a { background-color: rgb(206,108,189); }

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

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

 span { border-color: rgb(206,108,189); }

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