Shades of Orchid #CC61D2
Tints of Orchid #CC61D2
RGB
CMYK
RGB Variations
Color information
#CC61D2 (or 0xCC61D2) is known color: Orchid. HEX triplet: CC, 61 and D2. RGB value is (204,97,210). Sum of RGB (Red+Green+Blue) = 204+97+210=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 97 (38.28% from 255 or 18.98% from 511); Blue value is 210 (82.42% from 255 or 41.10% from 511); Max value from RGB is 210 - color contains mainly: blue. Hex color #CC61D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC61D2 is #339E2D. Grayscale: #8D8D8D. Windows color (decimal): -3382830 or 13787596. OLE color: 13787596.
HSL color Cylindrical-coordinate representation of color #CC61D2: hue angle of 296.81º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC61D2 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 97 | 210 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.18 |
| HSL | 296.81º | 0.56% | 0.6% | - |
| HSV(B) | 296.81º | 0.54% | 0.82% | - |
| XYZ | 40.81 | 26.04 | 63.85 | - |
| YUV | 141.88 | 166.45 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 210 | 0.03 | 0.54 | 0 | 0.18 | 296.81 | 0.56 | 0.6 |
| Hex | CC | 61 | D2 | 3 | 36 | 0 | 12 | 129 | 38 | 3C |
| Octal | 314 | 141 | 322 | 3 | 66 | 0 | 22 | 451 | 70 | 74 |
| Binary | 11001100 | 1100001 | 11010010 | 11 | 110110 | 0 | 10010 | 100101001 | 111000 | 111100 |
Color Harmonies of #CC61D2
Complementary color
Monochromatic Colors of #CC61D2
Black with #CC61D2
Text Example
Text Example
White with #CC61D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC61D2; }
p { color: rgb(204,97,210); }
H1.HeaderClassName
{
color: #CC61D2;
}
.AnyTagClassName
{
color: #CC61D2;
}
</style>
background-color css
<style>
a { background-color: #CC61D2; }
a { background-color: rgb(204,97,210); }
div.DivClassName
{
background-color: #CC61D2;
}
.BgClassName
{
background-color: #CC61D2;
}
</style>
border-color css
<style>
span { border-color: #CC61D2; }
span { border-color: rgb(204,97,210); }
td.TdClassName
{
border-color: #CC61D2;
}
.TagClassName
{
border-color: #CC61D2;
}
</style>