Shades of Medium Orchid #CC42DC
Tints of Medium Orchid #CC42DC
RGB
CMYK
RGB Variations
Color information
#CC42DC (or 0xCC42DC) is known color: Medium Orchid. HEX triplet: CC, 42 and DC. RGB value is (204,66,220). Sum of RGB (Red+Green+Blue) = 204+66+220=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 66 (26.17% from 255 or 13.47% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC42DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC42DC is #33BD23. Grayscale: #7C7C7C. Windows color (decimal): -3390756 or 14435020. OLE color: 14435020.
HSL color Cylindrical-coordinate representation of color #CC42DC: hue angle of 293.77º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC42DC is Cyan = 0.07, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 66 | 220 | - |
| CMYK | 0.07 | 0.7 | 0 | 0.14 |
| HSL | 293.77º | 0.69% | 0.56% | - |
| HSV(B) | 293.77º | 0.7% | 0.86% | - |
| XYZ | 39.77 | 21.9 | 69.84 | - |
| YUV | 124.82 | 181.72 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 220 | 0.07 | 0.7 | 0 | 0.14 | 293.77 | 0.69 | 0.56 |
| Hex | CC | 42 | DC | 7 | 46 | 0 | E | 126 | 45 | 38 |
| Octal | 314 | 102 | 334 | 7 | 106 | 0 | 16 | 446 | 105 | 70 |
| Binary | 11001100 | 1000010 | 11011100 | 111 | 1000110 | 0 | 1110 | 100100110 | 1000101 | 111000 |
Color Harmonies of #CC42DC
Complementary color
Monochromatic Colors of #CC42DC
Black with #CC42DC
Text Example
Text Example
White with #CC42DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC42DC; }
p { color: rgb(204,66,220); }
H1.HeaderClassName
{
color: #CC42DC;
}
.AnyTagClassName
{
color: #CC42DC;
}
</style>
background-color css
<style>
a { background-color: #CC42DC; }
a { background-color: rgb(204,66,220); }
div.DivClassName
{
background-color: #CC42DC;
}
.BgClassName
{
background-color: #CC42DC;
}
</style>
border-color css
<style>
span { border-color: #CC42DC; }
span { border-color: rgb(204,66,220); }
td.TdClassName
{
border-color: #CC42DC;
}
.TagClassName
{
border-color: #CC42DC;
}
</style>