#CC84D6

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

Shades of Orchid #CC84D6

Tints of Orchid #CC84D6

Color information

#CC84D6 (or 0xCC84D6) is unknown color: approx Orchid. HEX triplet: CC, 84 and D6. RGB value is (204,132,214). Sum of RGB (Red+Green+Blue) = 204+132+214=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 132 (51.95% from 255 or 24% from 550); Blue value is 214 (83.98% from 255 or 38.91% from 550); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC84D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC84D6 is #337B29. Grayscale: #A2A2A2. Windows color (decimal): -3373866 or 14058700. OLE color: 14058700.

HSL color Cylindrical-coordinate representation of color #CC84D6: hue angle of 292.68º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC84D6 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204132214-
CMYK0.050.3800.16
HSL292.68º50%67.84%-
HSV(B)292.68º38.32%83.92%-
XYZ45.2934.1967.83-
YUV162.88156.85157.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.09%
GREEN value IS 132 (51.95% from 255) = 24%
BLUE value IS 214 (83.98% from 255) = 38.91%
R=37.09%
G=24%
B=38.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041322140.050.3800.16292.685067.84
HexCC84D65260101253244
Octal31420432654602044562104
Binary1100110010000100110101101011001100100001001001011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC84D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC84D6; }

 p { color: rgb(204,132,214); }

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

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

 a { background-color: rgb(204,132,214); }

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

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

 span { border-color: rgb(204,132,214); }

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