Shades of Medium Orchid #CC4FE2
Tints of Medium Orchid #CC4FE2
RGB
CMYK
RGB Variations
Color information
#CC4FE2 (or 0xCC4FE2) is known color: Medium Orchid. HEX triplet: CC, 4F and E2. RGB value is (204,79,226). Sum of RGB (Red+Green+Blue) = 204+79+226=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 79 (31.25% from 255 or 15.52% from 509); Blue value is 226 (88.67% from 255 or 44.40% from 509); Max value from RGB is 226 - color contains mainly: blue. Hex color #CC4FE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4FE2 is #33B01D. Grayscale: #848484. Windows color (decimal): -3387422 or 14831564. OLE color: 14831564.
HSL color Cylindrical-coordinate representation of color #CC4FE2: hue angle of 291.02º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC4FE2 is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 79 | 226 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.11 |
| HSL | 291.02º | 0.72% | 0.6% | - |
| HSV(B) | 291.02º | 0.65% | 0.89% | - |
| XYZ | 41.43 | 23.92 | 74.39 | - |
| YUV | 133.13 | 180.41 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 79 | 226 | 0.10 | 0.65 | 0 | 0.11 | 291.02 | 0.72 | 0.6 |
| Hex | CC | 4F | E2 | A | 41 | 0 | B | 123 | 48 | 3C |
| Octal | 314 | 117 | 342 | 12 | 101 | 0 | 13 | 443 | 110 | 74 |
| Binary | 11001100 | 1001111 | 11100010 | 1010 | 1000001 | 0 | 1011 | 100100011 | 1001000 | 111100 |
Color Harmonies of #CC4FE2
Complementary color
Monochromatic Colors of #CC4FE2
Black with #CC4FE2
Text Example
Text Example
White with #CC4FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4FE2; }
p { color: rgb(204,79,226); }
H1.HeaderClassName
{
color: #CC4FE2;
}
.AnyTagClassName
{
color: #CC4FE2;
}
</style>
background-color css
<style>
a { background-color: #CC4FE2; }
a { background-color: rgb(204,79,226); }
div.DivClassName
{
background-color: #CC4FE2;
}
.BgClassName
{
background-color: #CC4FE2;
}
</style>
border-color css
<style>
span { border-color: #CC4FE2; }
span { border-color: rgb(204,79,226); }
td.TdClassName
{
border-color: #CC4FE2;
}
.TagClassName
{
border-color: #CC4FE2;
}
</style>