Shades of Medium Orchid #CC4EF0
Tints of Medium Orchid #CC4EF0
RGB
CMYK
RGB Variations
Color information
#CC4EF0 (or 0xCC4EF0) is known color: Medium Orchid. HEX triplet: CC, 4E and F0. RGB value is (204,78,240). Sum of RGB (Red+Green+Blue) = 204+78+240=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 78 (30.86% from 255 or 14.94% from 522); Blue value is 240 (94.14% from 255 or 45.98% from 522); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC4EF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC4EF0 is #33B10F. Grayscale: #858585. Windows color (decimal): -3387664 or 15748812. OLE color: 15748812.
HSL color Cylindrical-coordinate representation of color #CC4EF0: hue angle of 286.67º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC4EF0 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 78 | 240 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.06 |
| HSL | 286.67º | 0.84% | 0.62% | - |
| HSV(B) | 286.67º | 0.68% | 0.94% | - |
| XYZ | 43.35 | 24.58 | 84.9 | - |
| YUV | 134.14 | 187.74 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 78 | 240 | 0.15 | 0.68 | 0 | 0.06 | 286.67 | 0.84 | 0.62 |
| Hex | CC | 4E | F0 | F | 44 | 0 | 6 | 11F | 54 | 3E |
| Octal | 314 | 116 | 360 | 17 | 104 | 0 | 6 | 437 | 124 | 76 |
| Binary | 11001100 | 1001110 | 11110000 | 1111 | 1000100 | 0 | 110 | 100011111 | 1010100 | 111110 |
Color Harmonies of #CC4EF0
Complementary color
Monochromatic Colors of #CC4EF0
Black with #CC4EF0
Text Example
Text Example
White with #CC4EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4EF0; }
p { color: rgb(204,78,240); }
H1.HeaderClassName
{
color: #CC4EF0;
}
.AnyTagClassName
{
color: #CC4EF0;
}
</style>
background-color css
<style>
a { background-color: #CC4EF0; }
a { background-color: rgb(204,78,240); }
div.DivClassName
{
background-color: #CC4EF0;
}
.BgClassName
{
background-color: #CC4EF0;
}
</style>
border-color css
<style>
span { border-color: #CC4EF0; }
span { border-color: rgb(204,78,240); }
td.TdClassName
{
border-color: #CC4EF0;
}
.TagClassName
{
border-color: #CC4EF0;
}
</style>