Shades of Orchid #CC85D7
Tints of Orchid #CC85D7
RGB
CMYK
RGB Variations
Color information
#CC85D7 (or 0xCC85D7) is known color: Orchid. HEX triplet: CC, 85 and D7. RGB value is (204,133,215). Sum of RGB (Red+Green+Blue) = 204+133+215=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 215 (84.38% from 255 or 38.95% from 552); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC85D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC85D7 is #337A28. Grayscale: #A3A3A3. Windows color (decimal): -3373609 or 14124492. OLE color: 14124492.
HSL color Cylindrical-coordinate representation of color #CC85D7: hue angle of 291.95º degrees, saturation: 0.51, 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 #CC85D7 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 133 | 215 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.16 |
| HSL | 291.95º | 0.51% | 0.68% | - |
| HSV(B) | 291.95º | 0.38% | 0.84% | - |
| XYZ | 45.56 | 34.52 | 68.55 | - |
| YUV | 163.58 | 157.02 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 215 | 0.05 | 0.38 | 0 | 0.16 | 291.95 | 0.51 | 0.68 |
| Hex | CC | 85 | D7 | 5 | 26 | 0 | 10 | 124 | 33 | 44 |
| Octal | 314 | 205 | 327 | 5 | 46 | 0 | 20 | 444 | 63 | 104 |
| Binary | 11001100 | 10000101 | 11010111 | 101 | 100110 | 0 | 10000 | 100100100 | 110011 | 1000100 |
Color Harmonies of #CC85D7
Complementary color
Monochromatic Colors of #CC85D7
Black with #CC85D7
Text Example
Text Example
White with #CC85D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC85D7; }
p { color: rgb(204,133,215); }
H1.HeaderClassName
{
color: #CC85D7;
}
.AnyTagClassName
{
color: #CC85D7;
}
</style>
background-color css
<style>
a { background-color: #CC85D7; }
a { background-color: rgb(204,133,215); }
div.DivClassName
{
background-color: #CC85D7;
}
.BgClassName
{
background-color: #CC85D7;
}
</style>
border-color css
<style>
span { border-color: #CC85D7; }
span { border-color: rgb(204,133,215); }
td.TdClassName
{
border-color: #CC85D7;
}
.TagClassName
{
border-color: #CC85D7;
}
</style>