Shades of Medium Orchid #CC4EEF
Tints of Medium Orchid #CC4EEF
RGB
CMYK
RGB Variations
Color information
#CC4EEF (or 0xCC4EEF) is known color: Medium Orchid. HEX triplet: CC, 4E and EF. RGB value is (204,78,239). Sum of RGB (Red+Green+Blue) = 204+78+239=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 78 (30.86% from 255 or 14.97% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC4EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC4EEF is #33B110. Grayscale: #858585. Windows color (decimal): -3387665 or 15683276. OLE color: 15683276.
HSL color Cylindrical-coordinate representation of color #CC4EEF: hue angle of 286.96º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC4EEF is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 78 | 239 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.06 |
| HSL | 286.96º | 0.83% | 0.62% | - |
| HSV(B) | 286.96º | 0.67% | 0.94% | - |
| XYZ | 43.21 | 24.52 | 84.12 | - |
| YUV | 134.03 | 187.24 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 78 | 239 | 0.15 | 0.67 | 0 | 0.06 | 286.96 | 0.83 | 0.62 |
| Hex | CC | 4E | EF | F | 43 | 0 | 6 | 11F | 53 | 3E |
| Octal | 314 | 116 | 357 | 17 | 103 | 0 | 6 | 437 | 123 | 76 |
| Binary | 11001100 | 1001110 | 11101111 | 1111 | 1000011 | 0 | 110 | 100011111 | 1010011 | 111110 |
Color Harmonies of #CC4EEF
Complementary color
Monochromatic Colors of #CC4EEF
Black with #CC4EEF
Text Example
Text Example
White with #CC4EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4EEF; }
p { color: rgb(204,78,239); }
H1.HeaderClassName
{
color: #CC4EEF;
}
.AnyTagClassName
{
color: #CC4EEF;
}
</style>
background-color css
<style>
a { background-color: #CC4EEF; }
a { background-color: rgb(204,78,239); }
div.DivClassName
{
background-color: #CC4EEF;
}
.BgClassName
{
background-color: #CC4EEF;
}
</style>
border-color css
<style>
span { border-color: #CC4EEF; }
span { border-color: rgb(204,78,239); }
td.TdClassName
{
border-color: #CC4EEF;
}
.TagClassName
{
border-color: #CC4EEF;
}
</style>