Shades of Medium Orchid #CC4DEE
Tints of Medium Orchid #CC4DEE
RGB
CMYK
RGB Variations
Color information
#CC4DEE (or 0xCC4DEE) is known color: Medium Orchid. HEX triplet: CC, 4D and EE. RGB value is (204,77,238). Sum of RGB (Red+Green+Blue) = 204+77+238=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 77 (30.47% from 255 or 14.84% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC4DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC4DEE is #33B211. Grayscale: #848484. Windows color (decimal): -3387922 or 15617484. OLE color: 15617484.
HSL color Cylindrical-coordinate representation of color #CC4DEE: hue angle of 287.33º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC4DEE is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 77 | 238 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.07 |
| HSL | 287.33º | 0.83% | 0.62% | - |
| HSV(B) | 287.33º | 0.68% | 0.93% | - |
| XYZ | 42.99 | 24.32 | 83.32 | - |
| YUV | 133.33 | 187.08 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 238 | 0.14 | 0.68 | 0 | 0.07 | 287.33 | 0.83 | 0.62 |
| Hex | CC | 4D | EE | E | 44 | 0 | 7 | 11F | 53 | 3E |
| Octal | 314 | 115 | 356 | 16 | 104 | 0 | 7 | 437 | 123 | 76 |
| Binary | 11001100 | 1001101 | 11101110 | 1110 | 1000100 | 0 | 111 | 100011111 | 1010011 | 111110 |
Color Harmonies of #CC4DEE
Complementary color
Monochromatic Colors of #CC4DEE
Black with #CC4DEE
Text Example
Text Example
White with #CC4DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4DEE; }
p { color: rgb(204,77,238); }
H1.HeaderClassName
{
color: #CC4DEE;
}
.AnyTagClassName
{
color: #CC4DEE;
}
</style>
background-color css
<style>
a { background-color: #CC4DEE; }
a { background-color: rgb(204,77,238); }
div.DivClassName
{
background-color: #CC4DEE;
}
.BgClassName
{
background-color: #CC4DEE;
}
</style>
border-color css
<style>
span { border-color: #CC4DEE; }
span { border-color: rgb(204,77,238); }
td.TdClassName
{
border-color: #CC4DEE;
}
.TagClassName
{
border-color: #CC4DEE;
}
</style>