Shades of Medium Orchid #CC2BE0
Tints of Medium Orchid #CC2BE0
RGB
CMYK
RGB Variations
Color information
#CC2BE0 (or 0xCC2BE0) is known color: Medium Orchid. HEX triplet: CC, 2B and E0. RGB value is (204,43,224). Sum of RGB (Red+Green+Blue) = 204+43+224=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 43 (17.19% from 255 or 9.13% from 471); Blue value is 224 (87.89% from 255 or 47.56% from 471); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC2BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2BE0 is #33D41F. Grayscale: #6F6F6F. Windows color (decimal): -3396640 or 14691276. OLE color: 14691276.
HSL color Cylindrical-coordinate representation of color #CC2BE0: hue angle of 293.37º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2BE0 is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 43 | 224 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.12 |
| HSL | 293.37º | 0.74% | 0.52% | - |
| HSV(B) | 293.37º | 0.81% | 0.88% | - |
| XYZ | 39.22 | 19.95 | 72.3 | - |
| YUV | 111.77 | 191.34 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 43 | 224 | 0.09 | 0.81 | 0 | 0.12 | 293.37 | 0.74 | 0.52 |
| Hex | CC | 2B | E0 | 9 | 51 | 0 | C | 125 | 4A | 34 |
| Octal | 314 | 53 | 340 | 11 | 121 | 0 | 14 | 445 | 112 | 64 |
| Binary | 11001100 | 101011 | 11100000 | 1001 | 1010001 | 0 | 1100 | 100100101 | 1001010 | 110100 |
Color Harmonies of #CC2BE0
Complementary color
Monochromatic Colors of #CC2BE0
Black with #CC2BE0
Text Example
Text Example
White with #CC2BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2BE0; }
p { color: rgb(204,43,224); }
H1.HeaderClassName
{
color: #CC2BE0;
}
.AnyTagClassName
{
color: #CC2BE0;
}
</style>
background-color css
<style>
a { background-color: #CC2BE0; }
a { background-color: rgb(204,43,224); }
div.DivClassName
{
background-color: #CC2BE0;
}
.BgClassName
{
background-color: #CC2BE0;
}
</style>
border-color css
<style>
span { border-color: #CC2BE0; }
span { border-color: rgb(204,43,224); }
td.TdClassName
{
border-color: #CC2BE0;
}
.TagClassName
{
border-color: #CC2BE0;
}
</style>