Shades of Orchid #CC82CE
Tints of Orchid #CC82CE
RGB
CMYK
RGB Variations
Color information
#CC82CE (or 0xCC82CE) is known color: Orchid. HEX triplet: CC, 82 and CE. RGB value is (204,130,206). Sum of RGB (Red+Green+Blue) = 204+130+206=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 130 (51.17% from 255 or 24.07% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC82CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC82CE is #337D31. Grayscale: #A0A0A0. Windows color (decimal): -3374386 or 13533900. OLE color: 13533900.
HSL color Cylindrical-coordinate representation of color #CC82CE: hue angle of 298.42º degrees, saturation: 0.44, 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 #CC82CE is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 130 | 206 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.19 |
| HSL | 298.42º | 0.44% | 0.66% | - |
| HSV(B) | 298.42º | 0.37% | 0.81% | - |
| XYZ | 44.03 | 33.26 | 62.49 | - |
| YUV | 160.79 | 153.52 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 130 | 206 | 0.01 | 0.37 | 0 | 0.19 | 298.42 | 0.44 | 0.66 |
| Hex | CC | 82 | CE | 1 | 25 | 0 | 13 | 12A | 2C | 42 |
| Octal | 314 | 202 | 316 | 1 | 45 | 0 | 23 | 452 | 54 | 102 |
| Binary | 11001100 | 10000010 | 11001110 | 1 | 100101 | 0 | 10011 | 100101010 | 101100 | 1000010 |
Color Harmonies of #CC82CE
Complementary color
Monochromatic Colors of #CC82CE
Black with #CC82CE
Text Example
Text Example
White with #CC82CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC82CE; }
p { color: rgb(204,130,206); }
H1.HeaderClassName
{
color: #CC82CE;
}
.AnyTagClassName
{
color: #CC82CE;
}
</style>
background-color css
<style>
a { background-color: #CC82CE; }
a { background-color: rgb(204,130,206); }
div.DivClassName
{
background-color: #CC82CE;
}
.BgClassName
{
background-color: #CC82CE;
}
</style>
border-color css
<style>
span { border-color: #CC82CE; }
span { border-color: rgb(204,130,206); }
td.TdClassName
{
border-color: #CC82CE;
}
.TagClassName
{
border-color: #CC82CE;
}
</style>