Shades of Medium Orchid #CC4FDD
Tints of Medium Orchid #CC4FDD
RGB
CMYK
RGB Variations
Color information
#CC4FDD (or 0xCC4FDD) is known color: Medium Orchid. HEX triplet: CC, 4F and DD. RGB value is (204,79,221). Sum of RGB (Red+Green+Blue) = 204+79+221=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 79 (31.25% from 255 or 15.67% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC4FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4FDD is #33B022. Grayscale: #848484. Windows color (decimal): -3387427 or 14503884. OLE color: 14503884.
HSL color Cylindrical-coordinate representation of color #CC4FDD: hue angle of 292.82º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC4FDD is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 79 | 221 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.13 |
| HSL | 292.82º | 0.68% | 0.59% | - |
| HSV(B) | 292.82º | 0.64% | 0.87% | - |
| XYZ | 40.75 | 23.65 | 70.82 | - |
| YUV | 132.56 | 177.91 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 79 | 221 | 0.08 | 0.64 | 0 | 0.13 | 292.82 | 0.68 | 0.59 |
| Hex | CC | 4F | DD | 8 | 40 | 0 | D | 125 | 44 | 3B |
| Octal | 314 | 117 | 335 | 10 | 100 | 0 | 15 | 445 | 104 | 73 |
| Binary | 11001100 | 1001111 | 11011101 | 1000 | 1000000 | 0 | 1101 | 100100101 | 1000100 | 111011 |
Color Harmonies of #CC4FDD
Complementary color
Monochromatic Colors of #CC4FDD
Black with #CC4FDD
Text Example
Text Example
White with #CC4FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4FDD; }
p { color: rgb(204,79,221); }
H1.HeaderClassName
{
color: #CC4FDD;
}
.AnyTagClassName
{
color: #CC4FDD;
}
</style>
background-color css
<style>
a { background-color: #CC4FDD; }
a { background-color: rgb(204,79,221); }
div.DivClassName
{
background-color: #CC4FDD;
}
.BgClassName
{
background-color: #CC4FDD;
}
</style>
border-color css
<style>
span { border-color: #CC4FDD; }
span { border-color: rgb(204,79,221); }
td.TdClassName
{
border-color: #CC4FDD;
}
.TagClassName
{
border-color: #CC4FDD;
}
</style>