Shades of Medium Orchid #CB42DB
Tints of Medium Orchid #CB42DB
RGB
CMYK
RGB Variations
Color information
#CB42DB (or 0xCB42DB) is known color: Medium Orchid. HEX triplet: CB, 42 and DB. RGB value is (203,66,219). Sum of RGB (Red+Green+Blue) = 203+66+219=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 66 (26.17% from 255 or 13.52% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB42DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB42DB is #34BD24. Grayscale: #7B7B7B. Windows color (decimal): -3456293 or 14369483. OLE color: 14369483.
HSL color Cylindrical-coordinate representation of color #CB42DB: hue angle of 293.73º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB42DB is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 66 | 219 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.14 |
| HSL | 293.73º | 0.68% | 0.56% | - |
| HSV(B) | 293.73º | 0.7% | 0.86% | - |
| XYZ | 39.36 | 21.71 | 69.13 | - |
| YUV | 124.41 | 181.39 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 219 | 0.07 | 0.70 | 0 | 0.14 | 293.73 | 0.68 | 0.56 |
| Hex | CB | 42 | DB | 7 | 46 | 0 | E | 126 | 44 | 38 |
| Octal | 313 | 102 | 333 | 7 | 106 | 0 | 16 | 446 | 104 | 70 |
| Binary | 11001011 | 1000010 | 11011011 | 111 | 1000110 | 0 | 1110 | 100100110 | 1000100 | 111000 |
Color Harmonies of #CB42DB
Complementary color
Monochromatic Colors of #CB42DB
Black with #CB42DB
Text Example
Text Example
White with #CB42DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB42DB; }
p { color: rgb(203,66,219); }
H1.HeaderClassName
{
color: #CB42DB;
}
.AnyTagClassName
{
color: #CB42DB;
}
</style>
background-color css
<style>
a { background-color: #CB42DB; }
a { background-color: rgb(203,66,219); }
div.DivClassName
{
background-color: #CB42DB;
}
.BgClassName
{
background-color: #CB42DB;
}
</style>
border-color css
<style>
span { border-color: #CB42DB; }
span { border-color: rgb(203,66,219); }
td.TdClassName
{
border-color: #CB42DB;
}
.TagClassName
{
border-color: #CB42DB;
}
</style>