#CE6FDE

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

Shades of Orchid #CE6FDE

Tints of Orchid #CE6FDE

Color information

#CE6FDE (or 0xCE6FDE) is unknown color: approx Orchid. HEX triplet: CE, 6F and DE. RGB value is (206,111,222). Sum of RGB (Red+Green+Blue) = 206+111+222=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 111 (43.75% from 255 or 20.59% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE6FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6FDE is #319021. Grayscale: #979797. Windows color (decimal): -3248162 or 14577614. OLE color: 14577614.

HSL color Cylindrical-coordinate representation of color #CE6FDE: hue angle of 291.35º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE6FDE is Cyan = 0.07, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206111222-
CMYK0.070.500.13
HSL291.35º62.71%65.29%-
HSV(B)291.35º50%87.06%-
XYZ44.3229.7672.52-
YUV152.06167.47166.47-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.22%
GREEN value IS 111 (43.75% from 255) = 20.59%
BLUE value IS 222 (87.11% from 255) = 41.19%
R=38.22%
G=20.59%
B=41.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061112220.070.500.13291.3562.7165.29
HexCE6FDE7320D1233f41
Octal31615733676201544377101
Binary11001110110111111011110111110010011011001000111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6FDE; }

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

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

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

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

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

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

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

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