Shades of Medium Orchid #CB43DB
Tints of Medium Orchid #CB43DB
RGB
CMYK
RGB Variations
Color information
#CB43DB (or 0xCB43DB) is known color: Medium Orchid. HEX triplet: CB, 43 and DB. RGB value is (203,67,219). Sum of RGB (Red+Green+Blue) = 203+67+219=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 67 (26.56% from 255 or 13.70% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB43DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB43DB is #34BC24. Grayscale: #7C7C7C. Windows color (decimal): -3456037 or 14369739. OLE color: 14369739.
HSL color Cylindrical-coordinate representation of color #CB43DB: hue angle of 293.68º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB43DB is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 67 | 219 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.14 |
| HSL | 293.68º | 0.68% | 0.56% | - |
| HSV(B) | 293.68º | 0.69% | 0.86% | - |
| XYZ | 39.42 | 21.83 | 69.15 | - |
| YUV | 124.99 | 181.06 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 219 | 0.07 | 0.69 | 0 | 0.14 | 293.68 | 0.68 | 0.56 |
| Hex | CB | 43 | DB | 7 | 45 | 0 | E | 126 | 44 | 38 |
| Octal | 313 | 103 | 333 | 7 | 105 | 0 | 16 | 446 | 104 | 70 |
| Binary | 11001011 | 1000011 | 11011011 | 111 | 1000101 | 0 | 1110 | 100100110 | 1000100 | 111000 |
Color Harmonies of #CB43DB
Complementary color
Monochromatic Colors of #CB43DB
Black with #CB43DB
Text Example
Text Example
White with #CB43DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB43DB; }
p { color: rgb(203,67,219); }
H1.HeaderClassName
{
color: #CB43DB;
}
.AnyTagClassName
{
color: #CB43DB;
}
</style>
background-color css
<style>
a { background-color: #CB43DB; }
a { background-color: rgb(203,67,219); }
div.DivClassName
{
background-color: #CB43DB;
}
.BgClassName
{
background-color: #CB43DB;
}
</style>
border-color css
<style>
span { border-color: #CB43DB; }
span { border-color: rgb(203,67,219); }
td.TdClassName
{
border-color: #CB43DB;
}
.TagClassName
{
border-color: #CB43DB;
}
</style>