Shades of Medium Orchid #CB2FDB
Tints of Medium Orchid #CB2FDB
RGB
CMYK
RGB Variations
Color information
#CB2FDB (or 0xCB2FDB) is known color: Medium Orchid. HEX triplet: CB, 2F and DB. RGB value is (203,47,219). Sum of RGB (Red+Green+Blue) = 203+47+219=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 47 (18.75% from 255 or 10.02% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB2FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2FDB is #34D024. Grayscale: #707070. Windows color (decimal): -3461157 or 14364619. OLE color: 14364619.
HSL color Cylindrical-coordinate representation of color #CB2FDB: hue angle of 294.42º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB2FDB is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 47 | 219 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.14 |
| HSL | 294.42º | 0.7% | 0.52% | - |
| HSV(B) | 294.42º | 0.79% | 0.86% | - |
| XYZ | 38.43 | 19.84 | 68.82 | - |
| YUV | 113.25 | 187.68 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 47 | 219 | 0.07 | 0.79 | 0 | 0.14 | 294.42 | 0.7 | 0.52 |
| Hex | CB | 2F | DB | 7 | 4F | 0 | E | 126 | 46 | 34 |
| Octal | 313 | 57 | 333 | 7 | 117 | 0 | 16 | 446 | 106 | 64 |
| Binary | 11001011 | 101111 | 11011011 | 111 | 1001111 | 0 | 1110 | 100100110 | 1000110 | 110100 |
Color Harmonies of #CB2FDB
Complementary color
Monochromatic Colors of #CB2FDB
Black with #CB2FDB
Text Example
Text Example
White with #CB2FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2FDB; }
p { color: rgb(203,47,219); }
H1.HeaderClassName
{
color: #CB2FDB;
}
.AnyTagClassName
{
color: #CB2FDB;
}
</style>
background-color css
<style>
a { background-color: #CB2FDB; }
a { background-color: rgb(203,47,219); }
div.DivClassName
{
background-color: #CB2FDB;
}
.BgClassName
{
background-color: #CB2FDB;
}
</style>
border-color css
<style>
span { border-color: #CB2FDB; }
span { border-color: rgb(203,47,219); }
td.TdClassName
{
border-color: #CB2FDB;
}
.TagClassName
{
border-color: #CB2FDB;
}
</style>