#CE84CA

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

Shades of Orchid #CE84CA

Tints of Orchid #CE84CA

Color information

#CE84CA (or 0xCE84CA) is unknown color: approx Orchid. HEX triplet: CE, 84 and CA. RGB value is (206,132,202). Sum of RGB (Red+Green+Blue) = 206+132+202=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 132 (51.95% from 255 or 24.44% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 206 - color contains mainly: red. Hex color #CE84CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE84CA is #317B35. Grayscale: #A1A1A1. Windows color (decimal): -3242806 or 13272270. OLE color: 13272270.

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

Color convert

RGB206132202-
CMYK00.360.020.19
HSL303.24º43.02%66.27%-
HSV(B)303.24º35.92%80.78%-
XYZ44.3733.8960.08-
YUV162.11150.52159.31-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.15%
GREEN value IS 132 (51.95% from 255) = 24.44%
BLUE value IS 202 (79.30% from 255) = 37.41%
R=38.15%
G=24.44%
B=37.41%

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
Decimal20613220200.360.020.19303.2443.0266.27
HexCE84CA02421312f2b42
Octal31620431204422345753102
Binary110011101000010011001010010010010100111001011111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE84CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE84CA; }

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

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

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

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

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

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

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

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