Shades of Medium Orchid #CC4FE1
Tints of Medium Orchid #CC4FE1
RGB
CMYK
RGB Variations
Color information
#CC4FE1 (or 0xCC4FE1) is known color: Medium Orchid. HEX triplet: CC, 4F and E1. RGB value is (204,79,225). Sum of RGB (Red+Green+Blue) = 204+79+225=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 79 (31.25% from 255 or 15.55% from 508); Blue value is 225 (88.28% from 255 or 44.29% from 508); Max value from RGB is 225 - color contains mainly: blue. Hex color #CC4FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4FE1 is #33B01E. Grayscale: #848484. Windows color (decimal): -3387423 or 14766028. OLE color: 14766028.
HSL color Cylindrical-coordinate representation of color #CC4FE1: hue angle of 291.37º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC4FE1 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 79 | 225 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.12 |
| HSL | 291.37º | 0.71% | 0.6% | - |
| HSV(B) | 291.37º | 0.65% | 0.88% | - |
| XYZ | 41.29 | 23.87 | 73.66 | - |
| YUV | 133.02 | 179.91 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 79 | 225 | 0.09 | 0.65 | 0 | 0.12 | 291.37 | 0.71 | 0.6 |
| Hex | CC | 4F | E1 | 9 | 41 | 0 | C | 123 | 47 | 3C |
| Octal | 314 | 117 | 341 | 11 | 101 | 0 | 14 | 443 | 107 | 74 |
| Binary | 11001100 | 1001111 | 11100001 | 1001 | 1000001 | 0 | 1100 | 100100011 | 1000111 | 111100 |
Color Harmonies of #CC4FE1
Complementary color
Monochromatic Colors of #CC4FE1
Black with #CC4FE1
Text Example
Text Example
White with #CC4FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4FE1; }
p { color: rgb(204,79,225); }
H1.HeaderClassName
{
color: #CC4FE1;
}
.AnyTagClassName
{
color: #CC4FE1;
}
</style>
background-color css
<style>
a { background-color: #CC4FE1; }
a { background-color: rgb(204,79,225); }
div.DivClassName
{
background-color: #CC4FE1;
}
.BgClassName
{
background-color: #CC4FE1;
}
</style>
border-color css
<style>
span { border-color: #CC4FE1; }
span { border-color: rgb(204,79,225); }
td.TdClassName
{
border-color: #CC4FE1;
}
.TagClassName
{
border-color: #CC4FE1;
}
</style>