Shades of Medium Orchid #CC44E8
Tints of Medium Orchid #CC44E8
RGB
CMYK
RGB Variations
Color information
#CC44E8 (or 0xCC44E8) is known color: Medium Orchid. HEX triplet: CC, 44 and E8. RGB value is (204,68,232). Sum of RGB (Red+Green+Blue) = 204+68+232=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 68 (26.95% from 255 or 13.49% from 504); Blue value is 232 (91.02% from 255 or 46.03% from 504); Max value from RGB is 232 - color contains mainly: blue. Hex color #CC44E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC44E8 is #33BB17. Grayscale: #7E7E7E. Windows color (decimal): -3390232 or 15221964. OLE color: 15221964.
HSL color Cylindrical-coordinate representation of color #CC44E8: hue angle of 289.76º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC44E8 is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 68 | 232 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.09 |
| HSL | 289.76º | 0.78% | 0.59% | - |
| HSV(B) | 289.76º | 0.71% | 0.91% | - |
| XYZ | 41.53 | 22.8 | 78.56 | - |
| YUV | 127.36 | 187.06 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 232 | 0.12 | 0.71 | 0 | 0.09 | 289.76 | 0.78 | 0.59 |
| Hex | CC | 44 | E8 | C | 47 | 0 | 9 | 122 | 4E | 3B |
| Octal | 314 | 104 | 350 | 14 | 107 | 0 | 11 | 442 | 116 | 73 |
| Binary | 11001100 | 1000100 | 11101000 | 1100 | 1000111 | 0 | 1001 | 100100010 | 1001110 | 111011 |
Color Harmonies of #CC44E8
Complementary color
Monochromatic Colors of #CC44E8
Black with #CC44E8
Text Example
Text Example
White with #CC44E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC44E8; }
p { color: rgb(204,68,232); }
H1.HeaderClassName
{
color: #CC44E8;
}
.AnyTagClassName
{
color: #CC44E8;
}
</style>
background-color css
<style>
a { background-color: #CC44E8; }
a { background-color: rgb(204,68,232); }
div.DivClassName
{
background-color: #CC44E8;
}
.BgClassName
{
background-color: #CC44E8;
}
</style>
border-color css
<style>
span { border-color: #CC44E8; }
span { border-color: rgb(204,68,232); }
td.TdClassName
{
border-color: #CC44E8;
}
.TagClassName
{
border-color: #CC44E8;
}
</style>