Shades of Medium Orchid #CC42DF
Tints of Medium Orchid #CC42DF
RGB
CMYK
RGB Variations
Color information
#CC42DF (or 0xCC42DF) is known color: Medium Orchid. HEX triplet: CC, 42 and DF. RGB value is (204,66,223). Sum of RGB (Red+Green+Blue) = 204+66+223=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 66 (26.17% from 255 or 13.39% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC42DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC42DF is #33BD20. Grayscale: #7C7C7C. Windows color (decimal): -3390753 or 14631628. OLE color: 14631628.
HSL color Cylindrical-coordinate representation of color #CC42DF: hue angle of 292.74º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC42DF is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 66 | 223 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.13 |
| HSL | 292.74º | 0.71% | 0.57% | - |
| HSV(B) | 292.74º | 0.7% | 0.87% | - |
| XYZ | 40.17 | 22.06 | 71.95 | - |
| YUV | 125.16 | 183.22 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 223 | 0.09 | 0.70 | 0 | 0.13 | 292.74 | 0.71 | 0.57 |
| Hex | CC | 42 | DF | 9 | 46 | 0 | D | 125 | 47 | 39 |
| Octal | 314 | 102 | 337 | 11 | 106 | 0 | 15 | 445 | 107 | 71 |
| Binary | 11001100 | 1000010 | 11011111 | 1001 | 1000110 | 0 | 1101 | 100100101 | 1000111 | 111001 |
Color Harmonies of #CC42DF
Complementary color
Monochromatic Colors of #CC42DF
Black with #CC42DF
Text Example
Text Example
White with #CC42DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC42DF; }
p { color: rgb(204,66,223); }
H1.HeaderClassName
{
color: #CC42DF;
}
.AnyTagClassName
{
color: #CC42DF;
}
</style>
background-color css
<style>
a { background-color: #CC42DF; }
a { background-color: rgb(204,66,223); }
div.DivClassName
{
background-color: #CC42DF;
}
.BgClassName
{
background-color: #CC42DF;
}
</style>
border-color css
<style>
span { border-color: #CC42DF; }
span { border-color: rgb(204,66,223); }
td.TdClassName
{
border-color: #CC42DF;
}
.TagClassName
{
border-color: #CC42DF;
}
</style>