Shades of Medium Orchid #CC4CDB
Tints of Medium Orchid #CC4CDB
RGB
CMYK
RGB Variations
Color information
#CC4CDB (or 0xCC4CDB) is known color: Medium Orchid. HEX triplet: CC, 4C and DB. RGB value is (204,76,219). Sum of RGB (Red+Green+Blue) = 204+76+219=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 76 (30.08% from 255 or 15.23% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC4CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4CDB is #33B324. Grayscale: #828282. Windows color (decimal): -3388197 or 14372044. OLE color: 14372044.
HSL color Cylindrical-coordinate representation of color #CC4CDB: hue angle of 293.71º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC4CDB is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 76 | 219 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.14 |
| HSL | 293.71º | 0.67% | 0.58% | - |
| HSV(B) | 293.71º | 0.65% | 0.86% | - |
| XYZ | 40.27 | 23.12 | 69.36 | - |
| YUV | 130.57 | 177.91 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 76 | 219 | 0.07 | 0.65 | 0 | 0.14 | 293.71 | 0.67 | 0.58 |
| Hex | CC | 4C | DB | 7 | 41 | 0 | E | 126 | 43 | 3A |
| Octal | 314 | 114 | 333 | 7 | 101 | 0 | 16 | 446 | 103 | 72 |
| Binary | 11001100 | 1001100 | 11011011 | 111 | 1000001 | 0 | 1110 | 100100110 | 1000011 | 111010 |
Color Harmonies of #CC4CDB
Complementary color
Monochromatic Colors of #CC4CDB
Black with #CC4CDB
Text Example
Text Example
White with #CC4CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4CDB; }
p { color: rgb(204,76,219); }
H1.HeaderClassName
{
color: #CC4CDB;
}
.AnyTagClassName
{
color: #CC4CDB;
}
</style>
background-color css
<style>
a { background-color: #CC4CDB; }
a { background-color: rgb(204,76,219); }
div.DivClassName
{
background-color: #CC4CDB;
}
.BgClassName
{
background-color: #CC4CDB;
}
</style>
border-color css
<style>
span { border-color: #CC4CDB; }
span { border-color: rgb(204,76,219); }
td.TdClassName
{
border-color: #CC4CDB;
}
.TagClassName
{
border-color: #CC4CDB;
}
</style>