Shades of Medium Orchid #CC33E8
Tints of Medium Orchid #CC33E8
RGB
CMYK
RGB Variations
Color information
#CC33E8 (or 0xCC33E8) is known color: Medium Orchid. HEX triplet: CC, 33 and E8. RGB value is (204,51,232). Sum of RGB (Red+Green+Blue) = 204+51+232=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 51 (20.31% from 255 or 10.47% from 487); Blue value is 232 (91.02% from 255 or 47.64% from 487); Max value from RGB is 232 - color contains mainly: blue. Hex color #CC33E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC33E8 is #33CC17. Grayscale: #747474. Windows color (decimal): -3394584 or 15217612. OLE color: 15217612.
HSL color Cylindrical-coordinate representation of color #CC33E8: hue angle of 290.72º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC33E8 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 51 | 232 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.09 |
| HSL | 290.72º | 0.8% | 0.55% | - |
| HSV(B) | 290.72º | 0.78% | 0.91% | - |
| XYZ | 40.65 | 21.03 | 78.26 | - |
| YUV | 117.38 | 192.69 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 232 | 0.12 | 0.78 | 0 | 0.09 | 290.72 | 0.8 | 0.55 |
| Hex | CC | 33 | E8 | C | 4E | 0 | 9 | 123 | 50 | 37 |
| Octal | 314 | 63 | 350 | 14 | 116 | 0 | 11 | 443 | 120 | 67 |
| Binary | 11001100 | 110011 | 11101000 | 1100 | 1001110 | 0 | 1001 | 100100011 | 1010000 | 110111 |
Color Harmonies of #CC33E8
Complementary color
Monochromatic Colors of #CC33E8
Black with #CC33E8
Text Example
Text Example
White with #CC33E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC33E8; }
p { color: rgb(204,51,232); }
H1.HeaderClassName
{
color: #CC33E8;
}
.AnyTagClassName
{
color: #CC33E8;
}
</style>
background-color css
<style>
a { background-color: #CC33E8; }
a { background-color: rgb(204,51,232); }
div.DivClassName
{
background-color: #CC33E8;
}
.BgClassName
{
background-color: #CC33E8;
}
</style>
border-color css
<style>
span { border-color: #CC33E8; }
span { border-color: rgb(204,51,232); }
td.TdClassName
{
border-color: #CC33E8;
}
.TagClassName
{
border-color: #CC33E8;
}
</style>