Shades of Medium Orchid #CC4EEE
Tints of Medium Orchid #CC4EEE
RGB
CMYK
RGB Variations
Color information
#CC4EEE (or 0xCC4EEE) is known color: Medium Orchid. HEX triplet: CC, 4E and EE. RGB value is (204,78,238). Sum of RGB (Red+Green+Blue) = 204+78+238=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 78 (30.86% from 255 or 15% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC4EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC4EEE is #33B111. Grayscale: #858585. Windows color (decimal): -3387666 or 15617740. OLE color: 15617740.
HSL color Cylindrical-coordinate representation of color #CC4EEE: hue angle of 287.25º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC4EEE is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 78 | 238 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.07 |
| HSL | 287.25º | 0.82% | 0.62% | - |
| HSV(B) | 287.25º | 0.67% | 0.93% | - |
| XYZ | 43.06 | 24.46 | 83.34 | - |
| YUV | 133.91 | 186.74 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 78 | 238 | 0.14 | 0.67 | 0 | 0.07 | 287.25 | 0.82 | 0.62 |
| Hex | CC | 4E | EE | E | 43 | 0 | 7 | 11F | 52 | 3E |
| Octal | 314 | 116 | 356 | 16 | 103 | 0 | 7 | 437 | 122 | 76 |
| Binary | 11001100 | 1001110 | 11101110 | 1110 | 1000011 | 0 | 111 | 100011111 | 1010010 | 111110 |
Color Harmonies of #CC4EEE
Complementary color
Monochromatic Colors of #CC4EEE
Black with #CC4EEE
Text Example
Text Example
White with #CC4EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4EEE; }
p { color: rgb(204,78,238); }
H1.HeaderClassName
{
color: #CC4EEE;
}
.AnyTagClassName
{
color: #CC4EEE;
}
</style>
background-color css
<style>
a { background-color: #CC4EEE; }
a { background-color: rgb(204,78,238); }
div.DivClassName
{
background-color: #CC4EEE;
}
.BgClassName
{
background-color: #CC4EEE;
}
</style>
border-color css
<style>
span { border-color: #CC4EEE; }
span { border-color: rgb(204,78,238); }
td.TdClassName
{
border-color: #CC4EEE;
}
.TagClassName
{
border-color: #CC4EEE;
}
</style>