#CE84C9

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

Shades of Orchid #CE84C9

Tints of Orchid #CE84C9

Color information

#CE84C9 (or 0xCE84C9) is unknown color: approx Orchid. HEX triplet: CE, 84 and C9. RGB value is (206,132,201). Sum of RGB (Red+Green+Blue) = 206+132+201=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 132 (51.95% from 255 or 24.49% from 539); Blue value is 201 (78.91% from 255 or 37.29% from 539); Max value from RGB is 206 - color contains mainly: red. Hex color #CE84C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE84C9 is #317B36. Grayscale: #A1A1A1. Windows color (decimal): -3242807 or 13206734. OLE color: 13206734.

HSL color Cylindrical-coordinate representation of color #CE84C9: hue angle of 304.05º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE84C9 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB206132201-
CMYK00.360.020.19
HSL304.05º43.02%66.27%-
HSV(B)304.05º35.92%80.78%-
XYZ44.2533.8459.46-
YUV161.99150.02159.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.22%
GREEN value IS 132 (51.95% from 255) = 24.49%
BLUE value IS 201 (78.91% from 255) = 37.29%
R=38.22%
G=24.49%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613220100.360.020.19304.0543.0266.27
HexCE84C90242131302b42
Octal31620431104422346053102
Binary110011101000010011001001010010010100111001100001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE84C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE84C9; }

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

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

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

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

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

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

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

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