Shades of Orchid #CC85D6
Tints of Orchid #CC85D6
RGB
CMYK
RGB Variations
Color information
#CC85D6 (or 0xCC85D6) is known color: Orchid. HEX triplet: CC, 85 and D6. RGB value is (204,133,214). Sum of RGB (Red+Green+Blue) = 204+133+214=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 214 (83.98% from 255 or 38.84% from 551); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC85D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC85D6 is #337A29. Grayscale: #A3A3A3. Windows color (decimal): -3373610 or 14058956. OLE color: 14058956.
HSL color Cylindrical-coordinate representation of color #CC85D6: hue angle of 292.59º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC85D6 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 133 | 214 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.16 |
| HSL | 292.59º | 0.5% | 0.68% | - |
| HSV(B) | 292.59º | 0.38% | 0.84% | - |
| XYZ | 45.43 | 34.47 | 67.88 | - |
| YUV | 163.46 | 156.52 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 214 | 0.05 | 0.38 | 0 | 0.16 | 292.59 | 0.5 | 0.68 |
| Hex | CC | 85 | D6 | 5 | 26 | 0 | 10 | 125 | 32 | 44 |
| Octal | 314 | 205 | 326 | 5 | 46 | 0 | 20 | 445 | 62 | 104 |
| Binary | 11001100 | 10000101 | 11010110 | 101 | 100110 | 0 | 10000 | 100100101 | 110010 | 1000100 |
Color Harmonies of #CC85D6
Complementary color
Monochromatic Colors of #CC85D6
Black with #CC85D6
Text Example
Text Example
White with #CC85D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC85D6; }
p { color: rgb(204,133,214); }
H1.HeaderClassName
{
color: #CC85D6;
}
.AnyTagClassName
{
color: #CC85D6;
}
</style>
background-color css
<style>
a { background-color: #CC85D6; }
a { background-color: rgb(204,133,214); }
div.DivClassName
{
background-color: #CC85D6;
}
.BgClassName
{
background-color: #CC85D6;
}
</style>
border-color css
<style>
span { border-color: #CC85D6; }
span { border-color: rgb(204,133,214); }
td.TdClassName
{
border-color: #CC85D6;
}
.TagClassName
{
border-color: #CC85D6;
}
</style>