Shades of Orchid #CC82D7
Tints of Orchid #CC82D7
RGB
CMYK
RGB Variations
Color information
#CC82D7 (or 0xCC82D7) is known color: Orchid. HEX triplet: CC, 82 and D7. RGB value is (204,130,215). Sum of RGB (Red+Green+Blue) = 204+130+215=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 130 (51.17% from 255 or 23.68% from 549); Blue value is 215 (84.38% from 255 or 39.16% from 549); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC82D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC82D7 is #337D28. Grayscale: #A1A1A1. Windows color (decimal): -3374377 or 14123724. OLE color: 14123724.
HSL color Cylindrical-coordinate representation of color #CC82D7: hue angle of 292.24º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC82D7 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 130 | 215 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.16 |
| HSL | 292.24º | 0.52% | 0.68% | - |
| HSV(B) | 292.24º | 0.4% | 0.84% | - |
| XYZ | 45.15 | 33.71 | 68.42 | - |
| YUV | 161.82 | 158.02 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 130 | 215 | 0.05 | 0.40 | 0 | 0.16 | 292.24 | 0.52 | 0.68 |
| Hex | CC | 82 | D7 | 5 | 28 | 0 | 10 | 124 | 34 | 44 |
| Octal | 314 | 202 | 327 | 5 | 50 | 0 | 20 | 444 | 64 | 104 |
| Binary | 11001100 | 10000010 | 11010111 | 101 | 101000 | 0 | 10000 | 100100100 | 110100 | 1000100 |
Color Harmonies of #CC82D7
Complementary color
Monochromatic Colors of #CC82D7
Black with #CC82D7
Text Example
Text Example
White with #CC82D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC82D7; }
p { color: rgb(204,130,215); }
H1.HeaderClassName
{
color: #CC82D7;
}
.AnyTagClassName
{
color: #CC82D7;
}
</style>
background-color css
<style>
a { background-color: #CC82D7; }
a { background-color: rgb(204,130,215); }
div.DivClassName
{
background-color: #CC82D7;
}
.BgClassName
{
background-color: #CC82D7;
}
</style>
border-color css
<style>
span { border-color: #CC82D7; }
span { border-color: rgb(204,130,215); }
td.TdClassName
{
border-color: #CC82D7;
}
.TagClassName
{
border-color: #CC82D7;
}
</style>