#CC84D7

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

Shades of Orchid #CC84D7

Tints of Orchid #CC84D7

Color information

#CC84D7 (or 0xCC84D7) is unknown color: approx Orchid. HEX triplet: CC, 84 and D7. RGB value is (204,132,215). Sum of RGB (Red+Green+Blue) = 204+132+215=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 132 (51.95% from 255 or 23.96% from 551); Blue value is 215 (84.38% from 255 or 39.02% from 551); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC84D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC84D7 is #337B28. Grayscale: #A2A2A2. Windows color (decimal): -3373865 or 14124236. OLE color: 14124236.

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

Color convert

RGB204132215-
CMYK0.050.3900.16
HSL292.05º50.92%68.04%-
HSV(B)292.05º38.6%84.31%-
XYZ45.4234.2568.51-
YUV162.99157.35157.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.02%
GREEN value IS 132 (51.95% from 255) = 23.96%
BLUE value IS 215 (84.38% from 255) = 39.02%
R=37.02%
G=23.96%
B=39.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041322150.050.3900.16292.0550.9268.04
HexCC84D75270101243344
Octal31420432754702044463104
Binary1100110010000100110101111011001110100001001001001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC84D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC84D7; }

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

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

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

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

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

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

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

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