Shades of Orchid #CC61D5
Tints of Orchid #CC61D5
RGB
CMYK
RGB Variations
Color information
#CC61D5 (or 0xCC61D5) is known color: Orchid. HEX triplet: CC, 61 and D5. RGB value is (204,97,213). Sum of RGB (Red+Green+Blue) = 204+97+213=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 97 (38.28% from 255 or 18.87% from 514); Blue value is 213 (83.59% from 255 or 41.44% from 514); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC61D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC61D5 is #339E2A. Grayscale: #8D8D8D. Windows color (decimal): -3382827 or 13984204. OLE color: 13984204.
HSL color Cylindrical-coordinate representation of color #CC61D5: hue angle of 295.34º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC61D5 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 97 | 213 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.16 |
| HSL | 295.34º | 0.58% | 0.61% | - |
| HSV(B) | 295.34º | 0.54% | 0.84% | - |
| XYZ | 41.19 | 26.19 | 65.84 | - |
| YUV | 142.22 | 167.95 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 213 | 0.04 | 0.54 | 0 | 0.16 | 295.34 | 0.58 | 0.61 |
| Hex | CC | 61 | D5 | 4 | 36 | 0 | 10 | 127 | 3A | 3D |
| Octal | 314 | 141 | 325 | 4 | 66 | 0 | 20 | 447 | 72 | 75 |
| Binary | 11001100 | 1100001 | 11010101 | 100 | 110110 | 0 | 10000 | 100100111 | 111010 | 111101 |
Color Harmonies of #CC61D5
Complementary color
Monochromatic Colors of #CC61D5
Black with #CC61D5
Text Example
Text Example
White with #CC61D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC61D5; }
p { color: rgb(204,97,213); }
H1.HeaderClassName
{
color: #CC61D5;
}
.AnyTagClassName
{
color: #CC61D5;
}
</style>
background-color css
<style>
a { background-color: #CC61D5; }
a { background-color: rgb(204,97,213); }
div.DivClassName
{
background-color: #CC61D5;
}
.BgClassName
{
background-color: #CC61D5;
}
</style>
border-color css
<style>
span { border-color: #CC61D5; }
span { border-color: rgb(204,97,213); }
td.TdClassName
{
border-color: #CC61D5;
}
.TagClassName
{
border-color: #CC61D5;
}
</style>