Shades of Medium Orchid #CC61DB
Tints of Medium Orchid #CC61DB
RGB
CMYK
RGB Variations
Color information
#CC61DB (or 0xCC61DB) is known color: Medium Orchid. HEX triplet: CC, 61 and DB. RGB value is (204,97,219). Sum of RGB (Red+Green+Blue) = 204+97+219=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 97 (38.28% from 255 or 18.65% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC61DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC61DB is #339E24. Grayscale: #8E8E8E. Windows color (decimal): -3382821 or 14377420. OLE color: 14377420.
HSL color Cylindrical-coordinate representation of color #CC61DB: hue angle of 292.62º degrees, saturation: 0.63, 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 #CC61DB is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 97 | 219 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.14 |
| HSL | 292.62º | 0.63% | 0.62% | - |
| HSV(B) | 292.62º | 0.56% | 0.86% | - |
| XYZ | 41.96 | 26.5 | 69.92 | - |
| YUV | 142.9 | 170.95 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 219 | 0.07 | 0.56 | 0 | 0.14 | 292.62 | 0.63 | 0.62 |
| Hex | CC | 61 | DB | 7 | 38 | 0 | E | 125 | 3F | 3E |
| Octal | 314 | 141 | 333 | 7 | 70 | 0 | 16 | 445 | 77 | 76 |
| Binary | 11001100 | 1100001 | 11011011 | 111 | 111000 | 0 | 1110 | 100100101 | 111111 | 111110 |
Color Harmonies of #CC61DB
Complementary color
Monochromatic Colors of #CC61DB
Black with #CC61DB
Text Example
Text Example
White with #CC61DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC61DB; }
p { color: rgb(204,97,219); }
H1.HeaderClassName
{
color: #CC61DB;
}
.AnyTagClassName
{
color: #CC61DB;
}
</style>
background-color css
<style>
a { background-color: #CC61DB; }
a { background-color: rgb(204,97,219); }
div.DivClassName
{
background-color: #CC61DB;
}
.BgClassName
{
background-color: #CC61DB;
}
</style>
border-color css
<style>
span { border-color: #CC61DB; }
span { border-color: rgb(204,97,219); }
td.TdClassName
{
border-color: #CC61DB;
}
.TagClassName
{
border-color: #CC61DB;
}
</style>