Shades of Medium Orchid #CC61DC
Tints of Medium Orchid #CC61DC
RGB
CMYK
RGB Variations
Color information
#CC61DC (or 0xCC61DC) is known color: Medium Orchid. HEX triplet: CC, 61 and DC. RGB value is (204,97,220). Sum of RGB (Red+Green+Blue) = 204+97+220=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 97 (38.28% from 255 or 18.62% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC61DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC61DC is #339E23. Grayscale: #8E8E8E. Windows color (decimal): -3382820 or 14442956. OLE color: 14442956.
HSL color Cylindrical-coordinate representation of color #CC61DC: hue angle of 292.2º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC61DC is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 97 | 220 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.14 |
| HSL | 292.2º | 0.64% | 0.62% | - |
| HSV(B) | 292.2º | 0.56% | 0.86% | - |
| XYZ | 42.09 | 26.55 | 70.62 | - |
| YUV | 143.02 | 171.45 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 220 | 0.07 | 0.56 | 0 | 0.14 | 292.2 | 0.64 | 0.62 |
| Hex | CC | 61 | DC | 7 | 38 | 0 | E | 124 | 40 | 3E |
| Octal | 314 | 141 | 334 | 7 | 70 | 0 | 16 | 444 | 100 | 76 |
| Binary | 11001100 | 1100001 | 11011100 | 111 | 111000 | 0 | 1110 | 100100100 | 1000000 | 111110 |
Color Harmonies of #CC61DC
Complementary color
Monochromatic Colors of #CC61DC
Black with #CC61DC
Text Example
Text Example
White with #CC61DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC61DC; }
p { color: rgb(204,97,220); }
H1.HeaderClassName
{
color: #CC61DC;
}
.AnyTagClassName
{
color: #CC61DC;
}
</style>
background-color css
<style>
a { background-color: #CC61DC; }
a { background-color: rgb(204,97,220); }
div.DivClassName
{
background-color: #CC61DC;
}
.BgClassName
{
background-color: #CC61DC;
}
</style>
border-color css
<style>
span { border-color: #CC61DC; }
span { border-color: rgb(204,97,220); }
td.TdClassName
{
border-color: #CC61DC;
}
.TagClassName
{
border-color: #CC61DC;
}
</style>