Shades of Medium Orchid #CB2CDA
Tints of Medium Orchid #CB2CDA
RGB
CMYK
RGB Variations
Color information
#CB2CDA (or 0xCB2CDA) is known color: Medium Orchid. HEX triplet: CB, 2C and DA. RGB value is (203,44,218). Sum of RGB (Red+Green+Blue) = 203+44+218=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 44 (17.58% from 255 or 9.46% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB2CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2CDA is #34D325. Grayscale: #6E6E6E. Windows color (decimal): -3461926 or 14298315. OLE color: 14298315.
HSL color Cylindrical-coordinate representation of color #CB2CDA: hue angle of 294.83º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB2CDA is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 44 | 218 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.15 |
| HSL | 294.83º | 0.7% | 0.51% | - |
| HSV(B) | 294.83º | 0.8% | 0.85% | - |
| XYZ | 38.18 | 19.56 | 68.09 | - |
| YUV | 111.38 | 188.18 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 44 | 218 | 0.07 | 0.80 | 0 | 0.15 | 294.83 | 0.7 | 0.51 |
| Hex | CB | 2C | DA | 7 | 50 | 0 | F | 127 | 46 | 33 |
| Octal | 313 | 54 | 332 | 7 | 120 | 0 | 17 | 447 | 106 | 63 |
| Binary | 11001011 | 101100 | 11011010 | 111 | 1010000 | 0 | 1111 | 100100111 | 1000110 | 110011 |
Color Harmonies of #CB2CDA
Complementary color
Monochromatic Colors of #CB2CDA
Black with #CB2CDA
Text Example
Text Example
White with #CB2CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2CDA; }
p { color: rgb(203,44,218); }
H1.HeaderClassName
{
color: #CB2CDA;
}
.AnyTagClassName
{
color: #CB2CDA;
}
</style>
background-color css
<style>
a { background-color: #CB2CDA; }
a { background-color: rgb(203,44,218); }
div.DivClassName
{
background-color: #CB2CDA;
}
.BgClassName
{
background-color: #CB2CDA;
}
</style>
border-color css
<style>
span { border-color: #CB2CDA; }
span { border-color: rgb(203,44,218); }
td.TdClassName
{
border-color: #CB2CDA;
}
.TagClassName
{
border-color: #CB2CDA;
}
</style>