Shades of Orchid #CC61D6
Tints of Orchid #CC61D6
RGB
CMYK
RGB Variations
Color information
#CC61D6 (or 0xCC61D6) is known color: Orchid. HEX triplet: CC, 61 and D6. RGB value is (204,97,214). Sum of RGB (Red+Green+Blue) = 204+97+214=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 97 (38.28% from 255 or 18.83% from 515); Blue value is 214 (83.98% from 255 or 41.55% from 515); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC61D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC61D6 is #339E29. Grayscale: #8D8D8D. Windows color (decimal): -3382826 or 14049740. OLE color: 14049740.
HSL color Cylindrical-coordinate representation of color #CC61D6: hue angle of 294.87º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC61D6 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 97 | 214 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.16 |
| HSL | 294.87º | 0.59% | 0.61% | - |
| HSV(B) | 294.87º | 0.55% | 0.84% | - |
| XYZ | 41.31 | 26.24 | 66.51 | - |
| YUV | 142.33 | 168.45 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 214 | 0.05 | 0.55 | 0 | 0.16 | 294.87 | 0.59 | 0.61 |
| Hex | CC | 61 | D6 | 5 | 37 | 0 | 10 | 127 | 3B | 3D |
| Octal | 314 | 141 | 326 | 5 | 67 | 0 | 20 | 447 | 73 | 75 |
| Binary | 11001100 | 1100001 | 11010110 | 101 | 110111 | 0 | 10000 | 100100111 | 111011 | 111101 |
Color Harmonies of #CC61D6
Complementary color
Monochromatic Colors of #CC61D6
Black with #CC61D6
Text Example
Text Example
White with #CC61D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC61D6; }
p { color: rgb(204,97,214); }
H1.HeaderClassName
{
color: #CC61D6;
}
.AnyTagClassName
{
color: #CC61D6;
}
</style>
background-color css
<style>
a { background-color: #CC61D6; }
a { background-color: rgb(204,97,214); }
div.DivClassName
{
background-color: #CC61D6;
}
.BgClassName
{
background-color: #CC61D6;
}
</style>
border-color css
<style>
span { border-color: #CC61D6; }
span { border-color: rgb(204,97,214); }
td.TdClassName
{
border-color: #CC61D6;
}
.TagClassName
{
border-color: #CC61D6;
}
</style>