Shades of Medium Orchid #CC42F6
Tints of Medium Orchid #CC42F6
RGB
CMYK
RGB Variations
Color information
#CC42F6 (or 0xCC42F6) is known color: Medium Orchid. HEX triplet: CC, 42 and F6. RGB value is (204,66,246). Sum of RGB (Red+Green+Blue) = 204+66+246=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 66 (26.17% from 255 or 12.79% from 516); Blue value is 246 (96.48% from 255 or 47.67% from 516); Max value from RGB is 246 - color contains mainly: blue. Hex color #CC42F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC42F6 is #33BD09. Grayscale: #7F7F7F. Windows color (decimal): -3390730 or 16138956. OLE color: 16138956.
HSL color Cylindrical-coordinate representation of color #CC42F6: hue angle of 286º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC42F6 is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 66 | 246 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.04 |
| HSL | 286º | 0.91% | 0.61% | - |
| HSV(B) | 286º | 0.73% | 0.96% | - |
| XYZ | 43.48 | 23.39 | 89.41 | - |
| YUV | 127.78 | 194.72 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 246 | 0.17 | 0.73 | 0 | 0.04 | 286 | 0.91 | 0.61 |
| Hex | CC | 42 | F6 | 11 | 49 | 0 | 4 | 11E | 5B | 3D |
| Octal | 314 | 102 | 366 | 21 | 111 | 0 | 4 | 436 | 133 | 75 |
| Binary | 11001100 | 1000010 | 11110110 | 10001 | 1001001 | 0 | 100 | 100011110 | 1011011 | 111101 |
Color Harmonies of #CC42F6
Complementary color
Monochromatic Colors of #CC42F6
Black with #CC42F6
Text Example
Text Example
White with #CC42F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC42F6; }
p { color: rgb(204,66,246); }
H1.HeaderClassName
{
color: #CC42F6;
}
.AnyTagClassName
{
color: #CC42F6;
}
</style>
background-color css
<style>
a { background-color: #CC42F6; }
a { background-color: rgb(204,66,246); }
div.DivClassName
{
background-color: #CC42F6;
}
.BgClassName
{
background-color: #CC42F6;
}
</style>
border-color css
<style>
span { border-color: #CC42F6; }
span { border-color: rgb(204,66,246); }
td.TdClassName
{
border-color: #CC42F6;
}
.TagClassName
{
border-color: #CC42F6;
}
</style>