Shades of Orchid #CC85C9
Tints of Orchid #CC85C9
RGB
CMYK
RGB Variations
Color information
#CC85C9 (or 0xCC85C9) is known color: Orchid. HEX triplet: CC, 85 and C9. RGB value is (204,133,201). Sum of RGB (Red+Green+Blue) = 204+133+201=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 133 (52.34% from 255 or 24.72% from 538); Blue value is 201 (78.91% from 255 or 37.36% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CC85C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC85C9 is #337A36. Grayscale: #A1A1A1. Windows color (decimal): -3373623 or 13206988. OLE color: 13206988.
HSL color Cylindrical-coordinate representation of color #CC85C9: hue angle of 302.54º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC85C9 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 133 | 201 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.2 |
| HSL | 302.54º | 0.41% | 0.66% | - |
| HSV(B) | 302.54º | 0.35% | 0.8% | - |
| XYZ | 43.83 | 33.83 | 59.48 | - |
| YUV | 161.98 | 150.02 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 201 | 0 | 0.35 | 0.01 | 0.2 | 302.54 | 0.41 | 0.66 |
| Hex | CC | 85 | C9 | 0 | 23 | 1 | 14 | 12F | 29 | 42 |
| Octal | 314 | 205 | 311 | 0 | 43 | 1 | 24 | 457 | 51 | 102 |
| Binary | 11001100 | 10000101 | 11001001 | 0 | 100011 | 1 | 10100 | 100101111 | 101001 | 1000010 |
Color Harmonies of #CC85C9
Complementary color
Monochromatic Colors of #CC85C9
Black with #CC85C9
Text Example
Text Example
White with #CC85C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC85C9; }
p { color: rgb(204,133,201); }
H1.HeaderClassName
{
color: #CC85C9;
}
.AnyTagClassName
{
color: #CC85C9;
}
</style>
background-color css
<style>
a { background-color: #CC85C9; }
a { background-color: rgb(204,133,201); }
div.DivClassName
{
background-color: #CC85C9;
}
.BgClassName
{
background-color: #CC85C9;
}
</style>
border-color css
<style>
span { border-color: #CC85C9; }
span { border-color: rgb(204,133,201); }
td.TdClassName
{
border-color: #CC85C9;
}
.TagClassName
{
border-color: #CC85C9;
}
</style>