Shades of Medium Orchid #CC4DD4
Tints of Medium Orchid #CC4DD4
RGB
CMYK
RGB Variations
Color information
#CC4DD4 (or 0xCC4DD4) is known color: Medium Orchid. HEX triplet: CC, 4D and D4. RGB value is (204,77,212). Sum of RGB (Red+Green+Blue) = 204+77+212=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 77 (30.47% from 255 or 15.62% from 493); Blue value is 212 (83.20% from 255 or 43.00% from 493); Max value from RGB is 212 - color contains mainly: blue. Hex color #CC4DD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4DD4 is #33B22B. Grayscale: #818181. Windows color (decimal): -3387948 or 13913548. OLE color: 13913548.
HSL color Cylindrical-coordinate representation of color #CC4DD4: hue angle of 296.44º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC4DD4 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 77 | 212 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.17 |
| HSL | 296.44º | 0.61% | 0.57% | - |
| HSV(B) | 296.44º | 0.64% | 0.83% | - |
| XYZ | 39.44 | 22.9 | 64.63 | - |
| YUV | 130.36 | 174.08 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 212 | 0.04 | 0.64 | 0 | 0.17 | 296.44 | 0.61 | 0.57 |
| Hex | CC | 4D | D4 | 4 | 40 | 0 | 11 | 128 | 3D | 39 |
| Octal | 314 | 115 | 324 | 4 | 100 | 0 | 21 | 450 | 75 | 71 |
| Binary | 11001100 | 1001101 | 11010100 | 100 | 1000000 | 0 | 10001 | 100101000 | 111101 | 111001 |
Color Harmonies of #CC4DD4
Complementary color
Monochromatic Colors of #CC4DD4
Black with #CC4DD4
Text Example
Text Example
White with #CC4DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4DD4; }
p { color: rgb(204,77,212); }
H1.HeaderClassName
{
color: #CC4DD4;
}
.AnyTagClassName
{
color: #CC4DD4;
}
</style>
background-color css
<style>
a { background-color: #CC4DD4; }
a { background-color: rgb(204,77,212); }
div.DivClassName
{
background-color: #CC4DD4;
}
.BgClassName
{
background-color: #CC4DD4;
}
</style>
border-color css
<style>
span { border-color: #CC4DD4; }
span { border-color: rgb(204,77,212); }
td.TdClassName
{
border-color: #CC4DD4;
}
.TagClassName
{
border-color: #CC4DD4;
}
</style>