Shades of Medium Orchid #CB2BDF
Tints of Medium Orchid #CB2BDF
RGB
CMYK
RGB Variations
Color information
#CB2BDF (or 0xCB2BDF) is known color: Medium Orchid. HEX triplet: CB, 2B and DF. RGB value is (203,43,223). Sum of RGB (Red+Green+Blue) = 203+43+223=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 43 (17.19% from 255 or 9.17% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB2BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2BDF is #34D420. Grayscale: #6E6E6E. Windows color (decimal): -3462177 or 14625739. OLE color: 14625739.
HSL color Cylindrical-coordinate representation of color #CB2BDF: hue angle of 293.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB2BDF is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 43 | 223 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.13 |
| HSL | 293.33º | 0.74% | 0.52% | - |
| HSV(B) | 293.33º | 0.81% | 0.87% | - |
| XYZ | 38.81 | 19.75 | 71.58 | - |
| YUV | 111.36 | 191.01 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 43 | 223 | 0.09 | 0.81 | 0 | 0.13 | 293.33 | 0.74 | 0.52 |
| Hex | CB | 2B | DF | 9 | 51 | 0 | D | 125 | 4A | 34 |
| Octal | 313 | 53 | 337 | 11 | 121 | 0 | 15 | 445 | 112 | 64 |
| Binary | 11001011 | 101011 | 11011111 | 1001 | 1010001 | 0 | 1101 | 100100101 | 1001010 | 110100 |
Color Harmonies of #CB2BDF
Complementary color
Monochromatic Colors of #CB2BDF
Black with #CB2BDF
Text Example
Text Example
White with #CB2BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2BDF; }
p { color: rgb(203,43,223); }
H1.HeaderClassName
{
color: #CB2BDF;
}
.AnyTagClassName
{
color: #CB2BDF;
}
</style>
background-color css
<style>
a { background-color: #CB2BDF; }
a { background-color: rgb(203,43,223); }
div.DivClassName
{
background-color: #CB2BDF;
}
.BgClassName
{
background-color: #CB2BDF;
}
</style>
border-color css
<style>
span { border-color: #CB2BDF; }
span { border-color: rgb(203,43,223); }
td.TdClassName
{
border-color: #CB2BDF;
}
.TagClassName
{
border-color: #CB2BDF;
}
</style>