#CE84CC

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

Shades of Orchid #CE84CC

Tints of Orchid #CE84CC

Color information

#CE84CC (or 0xCE84CC) is unknown color: approx Orchid. HEX triplet: CE, 84 and CC. RGB value is (206,132,204). Sum of RGB (Red+Green+Blue) = 206+132+204=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 132 (51.95% from 255 or 24.35% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 206 - color contains mainly: red. Hex color #CE84CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE84CC is #317B33. Grayscale: #A2A2A2. Windows color (decimal): -3242804 or 13403342. OLE color: 13403342.

HSL color Cylindrical-coordinate representation of color #CE84CC: hue angle of 301.62º 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 #CE84CC is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB206132204-
CMYK00.360.010.19
HSL301.62º43.02%66.27%-
HSV(B)301.62º35.92%80.78%-
XYZ44.633.9861.34-
YUV162.33151.52159.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.01%
GREEN value IS 132 (51.95% from 255) = 24.35%
BLUE value IS 204 (80.08% from 255) = 37.64%
R=38.01%
G=24.35%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613220400.360.010.19301.6243.0266.27
HexCE84CC02411312e2b42
Octal31620431404412345653102
Binary11001110100001001100110001001001100111001011101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE84CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE84CC; }

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

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

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

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

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

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

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

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