Shades of Orchid #CC82D8
Tints of Orchid #CC82D8
RGB
CMYK
RGB Variations
Color information
#CC82D8 (or 0xCC82D8) is known color: Orchid. HEX triplet: CC, 82 and D8. RGB value is (204,130,216). Sum of RGB (Red+Green+Blue) = 204+130+216=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 130 (51.17% from 255 or 23.64% from 550); Blue value is 216 (84.77% from 255 or 39.27% from 550); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC82D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC82D8 is #337D27. Grayscale: #A1A1A1. Windows color (decimal): -3374376 or 14189260. OLE color: 14189260.
HSL color Cylindrical-coordinate representation of color #CC82D8: hue angle of 291.63º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC82D8 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 130 | 216 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.15 |
| HSL | 291.63º | 0.52% | 0.68% | - |
| HSV(B) | 291.63º | 0.4% | 0.85% | - |
| XYZ | 45.28 | 33.76 | 69.1 | - |
| YUV | 161.93 | 158.52 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 130 | 216 | 0.06 | 0.40 | 0 | 0.15 | 291.63 | 0.52 | 0.68 |
| Hex | CC | 82 | D8 | 6 | 28 | 0 | F | 124 | 34 | 44 |
| Octal | 314 | 202 | 330 | 6 | 50 | 0 | 17 | 444 | 64 | 104 |
| Binary | 11001100 | 10000010 | 11011000 | 110 | 101000 | 0 | 1111 | 100100100 | 110100 | 1000100 |
Color Harmonies of #CC82D8
Complementary color
Monochromatic Colors of #CC82D8
Black with #CC82D8
Text Example
Text Example
White with #CC82D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC82D8; }
p { color: rgb(204,130,216); }
H1.HeaderClassName
{
color: #CC82D8;
}
.AnyTagClassName
{
color: #CC82D8;
}
</style>
background-color css
<style>
a { background-color: #CC82D8; }
a { background-color: rgb(204,130,216); }
div.DivClassName
{
background-color: #CC82D8;
}
.BgClassName
{
background-color: #CC82D8;
}
</style>
border-color css
<style>
span { border-color: #CC82D8; }
span { border-color: rgb(204,130,216); }
td.TdClassName
{
border-color: #CC82D8;
}
.TagClassName
{
border-color: #CC82D8;
}
</style>