#CE84D9

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

Shades of Orchid #CE84D9

Tints of Orchid #CE84D9

Color information

#CE84D9 (or 0xCE84D9) is unknown color: approx Orchid. HEX triplet: CE, 84 and D9. RGB value is (206,132,217). Sum of RGB (Red+Green+Blue) = 206+132+217=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 132 (51.95% from 255 or 23.78% from 555); Blue value is 217 (85.16% from 255 or 39.10% from 555); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE84D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE84D9 is #317B26. Grayscale: #A3A3A3. Windows color (decimal): -3242791 or 14255310. OLE color: 14255310.

HSL color Cylindrical-coordinate representation of color #CE84D9: hue angle of 292.24º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE84D9 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB206132217-
CMYK0.050.3900.15
HSL292.24º52.8%68.43%-
HSV(B)292.24º39.17%85.1%-
XYZ46.2334.6369.89-
YUV163.82158.02158.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.12%
GREEN value IS 132 (51.95% from 255) = 23.78%
BLUE value IS 217 (85.16% from 255) = 39.10%
R=37.12%
G=23.78%
B=39.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2061322170.050.3900.15292.2452.868.43
HexCE84D95270F1243544
Octal31620433154701744465104
Binary110011101000010011011001101100111011111001001001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE84D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE84D9; }

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

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

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

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

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

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

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

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