Shades of Medium Orchid #CC42DD
Tints of Medium Orchid #CC42DD
RGB
CMYK
RGB Variations
Color information
#CC42DD (or 0xCC42DD) is known color: Medium Orchid. HEX triplet: CC, 42 and DD. RGB value is (204,66,221). Sum of RGB (Red+Green+Blue) = 204+66+221=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 66 (26.17% from 255 or 13.44% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC42DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC42DD is #33BD22. Grayscale: #7C7C7C. Windows color (decimal): -3390755 or 14500556. OLE color: 14500556.
HSL color Cylindrical-coordinate representation of color #CC42DD: hue angle of 293.42º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC42DD is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 66 | 221 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.13 |
| HSL | 293.42º | 0.7% | 0.56% | - |
| HSV(B) | 293.42º | 0.7% | 0.87% | - |
| XYZ | 39.9 | 21.95 | 70.54 | - |
| YUV | 124.93 | 182.22 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 221 | 0.08 | 0.70 | 0 | 0.13 | 293.42 | 0.7 | 0.56 |
| Hex | CC | 42 | DD | 8 | 46 | 0 | D | 125 | 46 | 38 |
| Octal | 314 | 102 | 335 | 10 | 106 | 0 | 15 | 445 | 106 | 70 |
| Binary | 11001100 | 1000010 | 11011101 | 1000 | 1000110 | 0 | 1101 | 100100101 | 1000110 | 111000 |
Color Harmonies of #CC42DD
Complementary color
Monochromatic Colors of #CC42DD
Black with #CC42DD
Text Example
Text Example
White with #CC42DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC42DD; }
p { color: rgb(204,66,221); }
H1.HeaderClassName
{
color: #CC42DD;
}
.AnyTagClassName
{
color: #CC42DD;
}
</style>
background-color css
<style>
a { background-color: #CC42DD; }
a { background-color: rgb(204,66,221); }
div.DivClassName
{
background-color: #CC42DD;
}
.BgClassName
{
background-color: #CC42DD;
}
</style>
border-color css
<style>
span { border-color: #CC42DD; }
span { border-color: rgb(204,66,221); }
td.TdClassName
{
border-color: #CC42DD;
}
.TagClassName
{
border-color: #CC42DD;
}
</style>