Shades of Medium Orchid #CC42ED
Tints of Medium Orchid #CC42ED
RGB
CMYK
RGB Variations
Color information
#CC42ED (or 0xCC42ED) is known color: Medium Orchid. HEX triplet: CC, 42 and ED. RGB value is (204,66,237). Sum of RGB (Red+Green+Blue) = 204+66+237=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 66 (26.17% from 255 or 13.02% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC42ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC42ED is #33BD12. Grayscale: #7E7E7E. Windows color (decimal): -3390739 or 15549132. OLE color: 15549132.
HSL color Cylindrical-coordinate representation of color #CC42ED: hue angle of 288.42º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC42ED is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 66 | 237 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.07 |
| HSL | 288.42º | 0.83% | 0.59% | - |
| HSV(B) | 288.42º | 0.72% | 0.93% | - |
| XYZ | 42.14 | 22.85 | 82.31 | - |
| YUV | 126.76 | 190.22 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 237 | 0.14 | 0.72 | 0 | 0.07 | 288.42 | 0.83 | 0.59 |
| Hex | CC | 42 | ED | E | 48 | 0 | 7 | 120 | 53 | 3B |
| Octal | 314 | 102 | 355 | 16 | 110 | 0 | 7 | 440 | 123 | 73 |
| Binary | 11001100 | 1000010 | 11101101 | 1110 | 1001000 | 0 | 111 | 100100000 | 1010011 | 111011 |
Color Harmonies of #CC42ED
Complementary color
Monochromatic Colors of #CC42ED
Black with #CC42ED
Text Example
Text Example
White with #CC42ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC42ED; }
p { color: rgb(204,66,237); }
H1.HeaderClassName
{
color: #CC42ED;
}
.AnyTagClassName
{
color: #CC42ED;
}
</style>
background-color css
<style>
a { background-color: #CC42ED; }
a { background-color: rgb(204,66,237); }
div.DivClassName
{
background-color: #CC42ED;
}
.BgClassName
{
background-color: #CC42ED;
}
</style>
border-color css
<style>
span { border-color: #CC42ED; }
span { border-color: rgb(204,66,237); }
td.TdClassName
{
border-color: #CC42ED;
}
.TagClassName
{
border-color: #CC42ED;
}
</style>