Shades of Medium Orchid #CC4FE3
Tints of Medium Orchid #CC4FE3
RGB
CMYK
RGB Variations
Color information
#CC4FE3 (or 0xCC4FE3) is known color: Medium Orchid. HEX triplet: CC, 4F and E3. RGB value is (204,79,227). Sum of RGB (Red+Green+Blue) = 204+79+227=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 79 (31.25% from 255 or 15.49% from 510); Blue value is 227 (89.06% from 255 or 44.51% from 510); Max value from RGB is 227 - color contains mainly: blue. Hex color #CC4FE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4FE3 is #33B01C. Grayscale: #848484. Windows color (decimal): -3387421 or 14897100. OLE color: 14897100.
HSL color Cylindrical-coordinate representation of color #CC4FE3: hue angle of 290.68º degrees, saturation: 0.73, 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 #CC4FE3 is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 79 | 227 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.11 |
| HSL | 290.68º | 0.73% | 0.6% | - |
| HSV(B) | 290.68º | 0.65% | 0.89% | - |
| XYZ | 41.56 | 23.98 | 75.11 | - |
| YUV | 133.25 | 180.91 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 79 | 227 | 0.10 | 0.65 | 0 | 0.11 | 290.68 | 0.73 | 0.6 |
| Hex | CC | 4F | E3 | A | 41 | 0 | B | 123 | 49 | 3C |
| Octal | 314 | 117 | 343 | 12 | 101 | 0 | 13 | 443 | 111 | 74 |
| Binary | 11001100 | 1001111 | 11100011 | 1010 | 1000001 | 0 | 1011 | 100100011 | 1001001 | 111100 |
Color Harmonies of #CC4FE3
Complementary color
Monochromatic Colors of #CC4FE3
Black with #CC4FE3
Text Example
Text Example
White with #CC4FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4FE3; }
p { color: rgb(204,79,227); }
H1.HeaderClassName
{
color: #CC4FE3;
}
.AnyTagClassName
{
color: #CC4FE3;
}
</style>
background-color css
<style>
a { background-color: #CC4FE3; }
a { background-color: rgb(204,79,227); }
div.DivClassName
{
background-color: #CC4FE3;
}
.BgClassName
{
background-color: #CC4FE3;
}
</style>
border-color css
<style>
span { border-color: #CC4FE3; }
span { border-color: rgb(204,79,227); }
td.TdClassName
{
border-color: #CC4FE3;
}
.TagClassName
{
border-color: #CC4FE3;
}
</style>