Shades of Orchid #CC61D3
Tints of Orchid #CC61D3
RGB
CMYK
RGB Variations
Color information
#CC61D3 (or 0xCC61D3) is known color: Orchid. HEX triplet: CC, 61 and D3. RGB value is (204,97,211). Sum of RGB (Red+Green+Blue) = 204+97+211=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 97 (38.28% from 255 or 18.95% from 512); Blue value is 211 (82.81% from 255 or 41.21% from 512); Max value from RGB is 211 - color contains mainly: blue. Hex color #CC61D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC61D3 is #339E2C. Grayscale: #8D8D8D. Windows color (decimal): -3382829 or 13853132. OLE color: 13853132.
HSL color Cylindrical-coordinate representation of color #CC61D3: hue angle of 296.32º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC61D3 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 97 | 211 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.17 |
| HSL | 296.32º | 0.56% | 0.6% | - |
| HSV(B) | 296.32º | 0.54% | 0.83% | - |
| XYZ | 40.93 | 26.09 | 64.51 | - |
| YUV | 141.99 | 166.95 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 211 | 0.03 | 0.54 | 0 | 0.17 | 296.32 | 0.56 | 0.6 |
| Hex | CC | 61 | D3 | 3 | 36 | 0 | 11 | 128 | 38 | 3C |
| Octal | 314 | 141 | 323 | 3 | 66 | 0 | 21 | 450 | 70 | 74 |
| Binary | 11001100 | 1100001 | 11010011 | 11 | 110110 | 0 | 10001 | 100101000 | 111000 | 111100 |
Color Harmonies of #CC61D3
Complementary color
Monochromatic Colors of #CC61D3
Black with #CC61D3
Text Example
Text Example
White with #CC61D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC61D3; }
p { color: rgb(204,97,211); }
H1.HeaderClassName
{
color: #CC61D3;
}
.AnyTagClassName
{
color: #CC61D3;
}
</style>
background-color css
<style>
a { background-color: #CC61D3; }
a { background-color: rgb(204,97,211); }
div.DivClassName
{
background-color: #CC61D3;
}
.BgClassName
{
background-color: #CC61D3;
}
</style>
border-color css
<style>
span { border-color: #CC61D3; }
span { border-color: rgb(204,97,211); }
td.TdClassName
{
border-color: #CC61D3;
}
.TagClassName
{
border-color: #CC61D3;
}
</style>