#CE84DD

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

Shades of Orchid #CE84DD

Tints of Orchid #CE84DD

Color information

#CE84DD (or 0xCE84DD) is unknown color: approx Orchid. HEX triplet: CE, 84 and DD. RGB value is (206,132,221). Sum of RGB (Red+Green+Blue) = 206+132+221=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 132 (51.95% from 255 or 23.61% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE84DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE84DD is #317B22. Grayscale: #A3A3A3. Windows color (decimal): -3242787 or 14517454. OLE color: 14517454.

HSL color Cylindrical-coordinate representation of color #CE84DD: hue angle of 289.89º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE84DD is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206132221-
CMYK0.070.4000.13
HSL289.89º56.69%69.22%-
HSV(B)289.89º40.27%86.67%-
XYZ46.7634.8472.67-
YUV164.27160.02157.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.85%
GREEN value IS 132 (51.95% from 255) = 23.61%
BLUE value IS 221 (86.72% from 255) = 39.53%
R=36.85%
G=23.61%
B=39.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061322210.070.4000.13289.8956.6969.22
HexCE84DD7280D1223945
Octal31620433575001544271105
Binary110011101000010011011101111101000011011001000101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE84DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE84DD; }

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

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

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

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

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

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

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

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