Shades of Medium Orchid #CC2EEB
Tints of Medium Orchid #CC2EEB
RGB
CMYK
RGB Variations
Color information
#CC2EEB (or 0xCC2EEB) is known color: Medium Orchid. HEX triplet: CC, 2E and EB. RGB value is (204,46,235). Sum of RGB (Red+Green+Blue) = 204+46+235=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 46 (18.36% from 255 or 9.48% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC2EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2EEB is #33D114. Grayscale: #727272. Windows color (decimal): -3395861 or 15412940. OLE color: 15412940.
HSL color Cylindrical-coordinate representation of color #CC2EEB: hue angle of 290.16º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC2EEB is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 46 | 235 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.08 |
| HSL | 290.16º | 0.83% | 0.55% | - |
| HSV(B) | 290.16º | 0.8% | 0.92% | - |
| XYZ | 40.87 | 20.79 | 80.46 | - |
| YUV | 114.79 | 195.85 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 46 | 235 | 0.13 | 0.80 | 0 | 0.08 | 290.16 | 0.83 | 0.55 |
| Hex | CC | 2E | EB | D | 50 | 0 | 8 | 122 | 53 | 37 |
| Octal | 314 | 56 | 353 | 15 | 120 | 0 | 10 | 442 | 123 | 67 |
| Binary | 11001100 | 101110 | 11101011 | 1101 | 1010000 | 0 | 1000 | 100100010 | 1010011 | 110111 |
Color Harmonies of #CC2EEB
Complementary color
Monochromatic Colors of #CC2EEB
Black with #CC2EEB
Text Example
Text Example
White with #CC2EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2EEB; }
p { color: rgb(204,46,235); }
H1.HeaderClassName
{
color: #CC2EEB;
}
.AnyTagClassName
{
color: #CC2EEB;
}
</style>
background-color css
<style>
a { background-color: #CC2EEB; }
a { background-color: rgb(204,46,235); }
div.DivClassName
{
background-color: #CC2EEB;
}
.BgClassName
{
background-color: #CC2EEB;
}
</style>
border-color css
<style>
span { border-color: #CC2EEB; }
span { border-color: rgb(204,46,235); }
td.TdClassName
{
border-color: #CC2EEB;
}
.TagClassName
{
border-color: #CC2EEB;
}
</style>