#CE84DA

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

Shades of Orchid #CE84DA

Tints of Orchid #CE84DA

Color information

#CE84DA (or 0xCE84DA) is unknown color: approx Orchid. HEX triplet: CE, 84 and DA. RGB value is (206,132,218). Sum of RGB (Red+Green+Blue) = 206+132+218=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 132 (51.95% from 255 or 23.74% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE84DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE84DA is #317B25. Grayscale: #A3A3A3. Windows color (decimal): -3242790 or 14320846. OLE color: 14320846.

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

Color convert

RGB206132218-
CMYK0.060.3900.15
HSL291.63º53.75%68.63%-
HSV(B)291.63º39.45%85.49%-
XYZ46.3634.6970.58-
YUV163.93158.52158.01-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.05%
GREEN value IS 132 (51.95% from 255) = 23.74%
BLUE value IS 218 (85.55% from 255) = 39.21%
R=37.05%
G=23.74%
B=39.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2061322180.060.3900.15291.6353.7568.63
HexCE84DA6270F1243645
Octal31620433264701744466105
Binary110011101000010011011010110100111011111001001001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE84DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE84DA; }

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

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

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

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

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

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

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

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