Shades of Orchid #CC83D6
Tints of Orchid #CC83D6
RGB
CMYK
RGB Variations
Color information
#CC83D6 (or 0xCC83D6) is known color: Orchid. HEX triplet: CC, 83 and D6. RGB value is (204,131,214). Sum of RGB (Red+Green+Blue) = 204+131+214=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 131 (51.56% from 255 or 23.86% from 549); Blue value is 214 (83.98% from 255 or 38.98% from 549); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC83D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC83D6 is #337C29. Grayscale: #A2A2A2. Windows color (decimal): -3374122 or 14058444. OLE color: 14058444.
HSL color Cylindrical-coordinate representation of color #CC83D6: hue angle of 292.77º degrees, saturation: 0.5, 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 #CC83D6 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 131 | 214 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.16 |
| HSL | 292.77º | 0.5% | 0.68% | - |
| HSV(B) | 292.77º | 0.39% | 0.84% | - |
| XYZ | 45.16 | 33.93 | 67.79 | - |
| YUV | 162.29 | 157.18 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 214 | 0.05 | 0.39 | 0 | 0.16 | 292.77 | 0.5 | 0.68 |
| Hex | CC | 83 | D6 | 5 | 27 | 0 | 10 | 125 | 32 | 44 |
| Octal | 314 | 203 | 326 | 5 | 47 | 0 | 20 | 445 | 62 | 104 |
| Binary | 11001100 | 10000011 | 11010110 | 101 | 100111 | 0 | 10000 | 100100101 | 110010 | 1000100 |
Color Harmonies of #CC83D6
Complementary color
Monochromatic Colors of #CC83D6
Black with #CC83D6
Text Example
Text Example
White with #CC83D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC83D6; }
p { color: rgb(204,131,214); }
H1.HeaderClassName
{
color: #CC83D6;
}
.AnyTagClassName
{
color: #CC83D6;
}
</style>
background-color css
<style>
a { background-color: #CC83D6; }
a { background-color: rgb(204,131,214); }
div.DivClassName
{
background-color: #CC83D6;
}
.BgClassName
{
background-color: #CC83D6;
}
</style>
border-color css
<style>
span { border-color: #CC83D6; }
span { border-color: rgb(204,131,214); }
td.TdClassName
{
border-color: #CC83D6;
}
.TagClassName
{
border-color: #CC83D6;
}
</style>