Shades of Medium Orchid #CB2CEA
Tints of Medium Orchid #CB2CEA
RGB
CMYK
RGB Variations
Color information
#CB2CEA (or 0xCB2CEA) is known color: Medium Orchid. HEX triplet: CB, 2C and EA. RGB value is (203,44,234). Sum of RGB (Red+Green+Blue) = 203+44+234=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 44 (17.58% from 255 or 9.15% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB2CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2CEA is #34D315. Grayscale: #707070. Windows color (decimal): -3461910 or 15346891. OLE color: 15346891.
HSL color Cylindrical-coordinate representation of color #CB2CEA: hue angle of 290.21º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB2CEA is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 44 | 234 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.08 |
| HSL | 290.21º | 0.82% | 0.55% | - |
| HSV(B) | 290.21º | 0.81% | 0.92% | - |
| XYZ | 40.38 | 20.44 | 79.66 | - |
| YUV | 113.2 | 196.18 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 44 | 234 | 0.13 | 0.81 | 0 | 0.08 | 290.21 | 0.82 | 0.55 |
| Hex | CB | 2C | EA | D | 51 | 0 | 8 | 122 | 52 | 37 |
| Octal | 313 | 54 | 352 | 15 | 121 | 0 | 10 | 442 | 122 | 67 |
| Binary | 11001011 | 101100 | 11101010 | 1101 | 1010001 | 0 | 1000 | 100100010 | 1010010 | 110111 |
Color Harmonies of #CB2CEA
Complementary color
Monochromatic Colors of #CB2CEA
Black with #CB2CEA
Text Example
Text Example
White with #CB2CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2CEA; }
p { color: rgb(203,44,234); }
H1.HeaderClassName
{
color: #CB2CEA;
}
.AnyTagClassName
{
color: #CB2CEA;
}
</style>
background-color css
<style>
a { background-color: #CB2CEA; }
a { background-color: rgb(203,44,234); }
div.DivClassName
{
background-color: #CB2CEA;
}
.BgClassName
{
background-color: #CB2CEA;
}
</style>
border-color css
<style>
span { border-color: #CB2CEA; }
span { border-color: rgb(203,44,234); }
td.TdClassName
{
border-color: #CB2CEA;
}
.TagClassName
{
border-color: #CB2CEA;
}
</style>