#CE84D4

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

Shades of Orchid #CE84D4

Tints of Orchid #CE84D4

Color information

#CE84D4 (or 0xCE84D4) is unknown color: approx Orchid. HEX triplet: CE, 84 and D4. RGB value is (206,132,212). Sum of RGB (Red+Green+Blue) = 206+132+212=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 132 (51.95% from 255 or 24% from 550); Blue value is 212 (83.20% from 255 or 38.55% from 550); Max value from RGB is 212 - color contains mainly: blue. Hex color #CE84D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE84D4 is #317B2B. Grayscale: #A3A3A3. Windows color (decimal): -3242796 or 13927630. OLE color: 13927630.

HSL color Cylindrical-coordinate representation of color #CE84D4: hue angle of 295.5º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE84D4 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB206132212-
CMYK0.030.3800.17
HSL295.5º48.19%67.45%-
HSV(B)295.5º37.74%83.14%-
XYZ45.5934.3866.52-
YUV163.25155.52158.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.45%
GREEN value IS 132 (51.95% from 255) = 24%
BLUE value IS 212 (83.20% from 255) = 38.55%
R=37.45%
G=24%
B=38.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2061322120.030.3800.17295.548.1967.45
HexCE84D43260111283043
Octal31620432434602145060103
Binary110011101000010011010100111001100100011001010001100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE84D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE84D4; }

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

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

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

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

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

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

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

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