#CE6FDB

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

Shades of Orchid #CE6FDB

Tints of Orchid #CE6FDB

Color information

#CE6FDB (or 0xCE6FDB) is unknown color: approx Orchid. HEX triplet: CE, 6F and DB. RGB value is (206,111,219). Sum of RGB (Red+Green+Blue) = 206+111+219=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 111 (43.75% from 255 or 20.71% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE6FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6FDB is #319024. Grayscale: #979797. Windows color (decimal): -3248165 or 14381006. OLE color: 14381006.

HSL color Cylindrical-coordinate representation of color #CE6FDB: hue angle of 292.78º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE6FDB is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB206111219-
CMYK0.060.4900.14
HSL292.78º60%64.71%-
HSV(B)292.78º49.32%85.88%-
XYZ43.9229.6170.42-
YUV151.72165.97166.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.43%
GREEN value IS 111 (43.75% from 255) = 20.71%
BLUE value IS 219 (85.94% from 255) = 40.86%
R=38.43%
G=20.71%
B=40.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2061112190.060.4900.14292.786064.71
HexCE6FDB6310E1253c41
Octal31615733366101644574101
Binary11001110110111111011011110110001011101001001011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6FDB; }

 p { color: rgb(206,111,219); }

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

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

 a { background-color: rgb(206,111,219); }

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

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

 span { border-color: rgb(206,111,219); }

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