Shades of Orchid #CC82CF
Tints of Orchid #CC82CF
RGB
CMYK
RGB Variations
Color information
#CC82CF (or 0xCC82CF) is known color: Orchid. HEX triplet: CC, 82 and CF. RGB value is (204,130,207). Sum of RGB (Red+Green+Blue) = 204+130+207=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC82CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC82CF is #337D30. Grayscale: #A0A0A0. Windows color (decimal): -3374385 or 13599436. OLE color: 13599436.
HSL color Cylindrical-coordinate representation of color #CC82CF: hue angle of 297.66º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC82CF is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 130 | 207 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.19 |
| HSL | 297.66º | 0.45% | 0.66% | - |
| HSV(B) | 297.66º | 0.37% | 0.81% | - |
| XYZ | 44.15 | 33.31 | 63.13 | - |
| YUV | 160.9 | 154.02 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 130 | 207 | 0.01 | 0.37 | 0 | 0.19 | 297.66 | 0.45 | 0.66 |
| Hex | CC | 82 | CF | 1 | 25 | 0 | 13 | 12A | 2D | 42 |
| Octal | 314 | 202 | 317 | 1 | 45 | 0 | 23 | 452 | 55 | 102 |
| Binary | 11001100 | 10000010 | 11001111 | 1 | 100101 | 0 | 10011 | 100101010 | 101101 | 1000010 |
Color Harmonies of #CC82CF
Complementary color
Monochromatic Colors of #CC82CF
Black with #CC82CF
Text Example
Text Example
White with #CC82CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC82CF; }
p { color: rgb(204,130,207); }
H1.HeaderClassName
{
color: #CC82CF;
}
.AnyTagClassName
{
color: #CC82CF;
}
</style>
background-color css
<style>
a { background-color: #CC82CF; }
a { background-color: rgb(204,130,207); }
div.DivClassName
{
background-color: #CC82CF;
}
.BgClassName
{
background-color: #CC82CF;
}
</style>
border-color css
<style>
span { border-color: #CC82CF; }
span { border-color: rgb(204,130,207); }
td.TdClassName
{
border-color: #CC82CF;
}
.TagClassName
{
border-color: #CC82CF;
}
</style>