Shades of Medium Orchid #CC42D6
Tints of Medium Orchid #CC42D6
RGB
CMYK
RGB Variations
Color information
#CC42D6 (or 0xCC42D6) is known color: Medium Orchid. HEX triplet: CC, 42 and D6. RGB value is (204,66,214). Sum of RGB (Red+Green+Blue) = 204+66+214=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 66 (26.17% from 255 or 13.64% from 484); Blue value is 214 (83.98% from 255 or 44.21% from 484); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC42D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC42D6 is #33BD29. Grayscale: #7B7B7B. Windows color (decimal): -3390762 or 14041804. OLE color: 14041804.
HSL color Cylindrical-coordinate representation of color #CC42D6: hue angle of 295.95º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC42D6 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 66 | 214 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.16 |
| HSL | 295.95º | 0.64% | 0.55% | - |
| HSV(B) | 295.95º | 0.69% | 0.84% | - |
| XYZ | 38.99 | 21.59 | 65.73 | - |
| YUV | 124.13 | 178.72 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 214 | 0.05 | 0.69 | 0 | 0.16 | 295.95 | 0.64 | 0.55 |
| Hex | CC | 42 | D6 | 5 | 45 | 0 | 10 | 128 | 40 | 37 |
| Octal | 314 | 102 | 326 | 5 | 105 | 0 | 20 | 450 | 100 | 67 |
| Binary | 11001100 | 1000010 | 11010110 | 101 | 1000101 | 0 | 10000 | 100101000 | 1000000 | 110111 |
Color Harmonies of #CC42D6
Complementary color
Monochromatic Colors of #CC42D6
Black with #CC42D6
Text Example
Text Example
White with #CC42D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC42D6; }
p { color: rgb(204,66,214); }
H1.HeaderClassName
{
color: #CC42D6;
}
.AnyTagClassName
{
color: #CC42D6;
}
</style>
background-color css
<style>
a { background-color: #CC42D6; }
a { background-color: rgb(204,66,214); }
div.DivClassName
{
background-color: #CC42D6;
}
.BgClassName
{
background-color: #CC42D6;
}
</style>
border-color css
<style>
span { border-color: #CC42D6; }
span { border-color: rgb(204,66,214); }
td.TdClassName
{
border-color: #CC42D6;
}
.TagClassName
{
border-color: #CC42D6;
}
</style>