Shades of Medium Orchid #CB2CE0
Tints of Medium Orchid #CB2CE0
RGB
CMYK
RGB Variations
Color information
#CB2CE0 (or 0xCB2CE0) is known color: Medium Orchid. HEX triplet: CB, 2C and E0. RGB value is (203,44,224). Sum of RGB (Red+Green+Blue) = 203+44+224=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 44 (17.58% from 255 or 9.34% 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 #CB2CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2CE0 is #34D31F. Grayscale: #6F6F6F. Windows color (decimal): -3461920 or 14691531. OLE color: 14691531.
HSL color Cylindrical-coordinate representation of color #CB2CE0: hue angle of 293º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB2CE0 is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 44 | 224 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.12 |
| HSL | 293º | 0.74% | 0.53% | - |
| HSV(B) | 293º | 0.8% | 0.88% | - |
| XYZ | 38.98 | 19.88 | 72.3 | - |
| YUV | 112.06 | 191.18 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 44 | 224 | 0.09 | 0.80 | 0 | 0.12 | 293 | 0.74 | 0.53 |
| Hex | CB | 2C | E0 | 9 | 50 | 0 | C | 125 | 4A | 35 |
| Octal | 313 | 54 | 340 | 11 | 120 | 0 | 14 | 445 | 112 | 65 |
| Binary | 11001011 | 101100 | 11100000 | 1001 | 1010000 | 0 | 1100 | 100100101 | 1001010 | 110101 |
Color Harmonies of #CB2CE0
Complementary color
Monochromatic Colors of #CB2CE0
Black with #CB2CE0
Text Example
Text Example
White with #CB2CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2CE0; }
p { color: rgb(203,44,224); }
H1.HeaderClassName
{
color: #CB2CE0;
}
.AnyTagClassName
{
color: #CB2CE0;
}
</style>
background-color css
<style>
a { background-color: #CB2CE0; }
a { background-color: rgb(203,44,224); }
div.DivClassName
{
background-color: #CB2CE0;
}
.BgClassName
{
background-color: #CB2CE0;
}
</style>
border-color css
<style>
span { border-color: #CB2CE0; }
span { border-color: rgb(203,44,224); }
td.TdClassName
{
border-color: #CB2CE0;
}
.TagClassName
{
border-color: #CB2CE0;
}
</style>