Shades of Medium Orchid #CB2CE4
Tints of Medium Orchid #CB2CE4
RGB
CMYK
RGB Variations
Color information
#CB2CE4 (or 0xCB2CE4) is known color: Medium Orchid. HEX triplet: CB, 2C and E4. RGB value is (203,44,228). Sum of RGB (Red+Green+Blue) = 203+44+228=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 44 (17.58% from 255 or 9.26% from 475); Blue value is 228 (89.45% from 255 or 48% from 475); Max value from RGB is 228 - color contains mainly: blue. Hex color #CB2CE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2CE4 is #34D31B. Grayscale: #6F6F6F. Windows color (decimal): -3461916 or 14953675. OLE color: 14953675.
HSL color Cylindrical-coordinate representation of color #CB2CE4: hue angle of 291.85º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB2CE4 is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 44 | 228 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.11 |
| HSL | 291.85º | 0.77% | 0.53% | - |
| HSV(B) | 291.85º | 0.81% | 0.89% | - |
| XYZ | 39.53 | 20.1 | 75.19 | - |
| YUV | 112.52 | 193.18 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 44 | 228 | 0.11 | 0.81 | 0 | 0.11 | 291.85 | 0.77 | 0.53 |
| Hex | CB | 2C | E4 | B | 51 | 0 | B | 124 | 4D | 35 |
| Octal | 313 | 54 | 344 | 13 | 121 | 0 | 13 | 444 | 115 | 65 |
| Binary | 11001011 | 101100 | 11100100 | 1011 | 1010001 | 0 | 1011 | 100100100 | 1001101 | 110101 |
Color Harmonies of #CB2CE4
Complementary color
Monochromatic Colors of #CB2CE4
Black with #CB2CE4
Text Example
Text Example
White with #CB2CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2CE4; }
p { color: rgb(203,44,228); }
H1.HeaderClassName
{
color: #CB2CE4;
}
.AnyTagClassName
{
color: #CB2CE4;
}
</style>
background-color css
<style>
a { background-color: #CB2CE4; }
a { background-color: rgb(203,44,228); }
div.DivClassName
{
background-color: #CB2CE4;
}
.BgClassName
{
background-color: #CB2CE4;
}
</style>
border-color css
<style>
span { border-color: #CB2CE4; }
span { border-color: rgb(203,44,228); }
td.TdClassName
{
border-color: #CB2CE4;
}
.TagClassName
{
border-color: #CB2CE4;
}
</style>