#CE84DC

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

Shades of Orchid #CE84DC

Tints of Orchid #CE84DC

Color information

#CE84DC (or 0xCE84DC) is unknown color: approx Orchid. HEX triplet: CE, 84 and DC. RGB value is (206,132,220). Sum of RGB (Red+Green+Blue) = 206+132+220=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 132 (51.95% from 255 or 23.66% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE84DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE84DC is #317B23. Grayscale: #A3A3A3. Windows color (decimal): -3242788 or 14451918. OLE color: 14451918.

HSL color Cylindrical-coordinate representation of color #CE84DC: hue angle of 290.45º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE84DC is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB206132220-
CMYK0.060.4000.14
HSL290.45º55.7%69.02%-
HSV(B)290.45º40%86.27%-
XYZ46.6234.7971.97-
YUV164.16159.52157.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.92%
GREEN value IS 132 (51.95% from 255) = 23.66%
BLUE value IS 220 (86.33% from 255) = 39.43%
R=36.92%
G=23.66%
B=39.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2061322200.060.4000.14290.4555.769.02
HexCE84DC6280E1223845
Octal31620433465001644270105
Binary110011101000010011011100110101000011101001000101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE84DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE84DC; }

 p { color: rgb(206,132,220); }

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

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

 a { background-color: rgb(206,132,220); }

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

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

 span { border-color: rgb(206,132,220); }

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