Shades of Medium Orchid #CB3FDB
Tints of Medium Orchid #CB3FDB
RGB
CMYK
RGB Variations
Color information
#CB3FDB (or 0xCB3FDB) is known color: Medium Orchid. HEX triplet: CB, 3F and DB. RGB value is (203,63,219). Sum of RGB (Red+Green+Blue) = 203+63+219=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 63 (25% from 255 or 12.99% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB3FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3FDB is #34C024. Grayscale: #7A7A7A. Windows color (decimal): -3457061 or 14368715. OLE color: 14368715.
HSL color Cylindrical-coordinate representation of color #CB3FDB: hue angle of 293.85º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB3FDB is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 63 | 219 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.14 |
| HSL | 293.85º | 0.68% | 0.55% | - |
| HSV(B) | 293.85º | 0.71% | 0.86% | - |
| XYZ | 39.19 | 21.37 | 69.08 | - |
| YUV | 122.64 | 182.38 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 63 | 219 | 0.07 | 0.71 | 0 | 0.14 | 293.85 | 0.68 | 0.55 |
| Hex | CB | 3F | DB | 7 | 47 | 0 | E | 126 | 44 | 37 |
| Octal | 313 | 77 | 333 | 7 | 107 | 0 | 16 | 446 | 104 | 67 |
| Binary | 11001011 | 111111 | 11011011 | 111 | 1000111 | 0 | 1110 | 100100110 | 1000100 | 110111 |
Color Harmonies of #CB3FDB
Complementary color
Monochromatic Colors of #CB3FDB
Black with #CB3FDB
Text Example
Text Example
White with #CB3FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3FDB; }
p { color: rgb(203,63,219); }
H1.HeaderClassName
{
color: #CB3FDB;
}
.AnyTagClassName
{
color: #CB3FDB;
}
</style>
background-color css
<style>
a { background-color: #CB3FDB; }
a { background-color: rgb(203,63,219); }
div.DivClassName
{
background-color: #CB3FDB;
}
.BgClassName
{
background-color: #CB3FDB;
}
</style>
border-color css
<style>
span { border-color: #CB3FDB; }
span { border-color: rgb(203,63,219); }
td.TdClassName
{
border-color: #CB3FDB;
}
.TagClassName
{
border-color: #CB3FDB;
}
</style>