Shades of Medium Orchid #CC30DB
Tints of Medium Orchid #CC30DB
RGB
CMYK
RGB Variations
Color information
#CC30DB (or 0xCC30DB) is known color: Medium Orchid. HEX triplet: CC, 30 and DB. RGB value is (204,48,219). Sum of RGB (Red+Green+Blue) = 204+48+219=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 48 (19.14% from 255 or 10.19% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC30DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC30DB is #33CF24. Grayscale: #717171. Windows color (decimal): -3395365 or 14364876. OLE color: 14364876.
HSL color Cylindrical-coordinate representation of color #CC30DB: hue angle of 294.74º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC30DB is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 48 | 219 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.14 |
| HSL | 294.74º | 0.7% | 0.52% | - |
| HSV(B) | 294.74º | 0.78% | 0.86% | - |
| XYZ | 38.74 | 20.07 | 68.85 | - |
| YUV | 114.14 | 187.18 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 219 | 0.07 | 0.78 | 0 | 0.14 | 294.74 | 0.7 | 0.52 |
| Hex | CC | 30 | DB | 7 | 4E | 0 | E | 127 | 46 | 34 |
| Octal | 314 | 60 | 333 | 7 | 116 | 0 | 16 | 447 | 106 | 64 |
| Binary | 11001100 | 110000 | 11011011 | 111 | 1001110 | 0 | 1110 | 100100111 | 1000110 | 110100 |
Color Harmonies of #CC30DB
Complementary color
Monochromatic Colors of #CC30DB
Black with #CC30DB
Text Example
Text Example
White with #CC30DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC30DB; }
p { color: rgb(204,48,219); }
H1.HeaderClassName
{
color: #CC30DB;
}
.AnyTagClassName
{
color: #CC30DB;
}
</style>
background-color css
<style>
a { background-color: #CC30DB; }
a { background-color: rgb(204,48,219); }
div.DivClassName
{
background-color: #CC30DB;
}
.BgClassName
{
background-color: #CC30DB;
}
</style>
border-color css
<style>
span { border-color: #CC30DB; }
span { border-color: rgb(204,48,219); }
td.TdClassName
{
border-color: #CC30DB;
}
.TagClassName
{
border-color: #CC30DB;
}
</style>