Shades of Medium Orchid #CB39DD
Tints of Medium Orchid #CB39DD
RGB
CMYK
RGB Variations
Color information
#CB39DD (or 0xCB39DD) is known color: Medium Orchid. HEX triplet: CB, 39 and DD. RGB value is (203,57,221). Sum of RGB (Red+Green+Blue) = 203+57+221=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 57 (22.66% from 255 or 11.85% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB39DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB39DD is #34C622. Grayscale: #767676. Windows color (decimal): -3458595 or 14498251. OLE color: 14498251.
HSL color Cylindrical-coordinate representation of color #CB39DD: hue angle of 293.41º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB39DD is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 57 | 221 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.13 |
| HSL | 293.41º | 0.71% | 0.55% | - |
| HSV(B) | 293.41º | 0.74% | 0.87% | - |
| XYZ | 39.14 | 20.84 | 70.37 | - |
| YUV | 119.35 | 185.37 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 221 | 0.08 | 0.74 | 0 | 0.13 | 293.41 | 0.71 | 0.55 |
| Hex | CB | 39 | DD | 8 | 4A | 0 | D | 125 | 47 | 37 |
| Octal | 313 | 71 | 335 | 10 | 112 | 0 | 15 | 445 | 107 | 67 |
| Binary | 11001011 | 111001 | 11011101 | 1000 | 1001010 | 0 | 1101 | 100100101 | 1000111 | 110111 |
Color Harmonies of #CB39DD
Complementary color
Monochromatic Colors of #CB39DD
Black with #CB39DD
Text Example
Text Example
White with #CB39DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB39DD; }
p { color: rgb(203,57,221); }
H1.HeaderClassName
{
color: #CB39DD;
}
.AnyTagClassName
{
color: #CB39DD;
}
</style>
background-color css
<style>
a { background-color: #CB39DD; }
a { background-color: rgb(203,57,221); }
div.DivClassName
{
background-color: #CB39DD;
}
.BgClassName
{
background-color: #CB39DD;
}
</style>
border-color css
<style>
span { border-color: #CB39DD; }
span { border-color: rgb(203,57,221); }
td.TdClassName
{
border-color: #CB39DD;
}
.TagClassName
{
border-color: #CB39DD;
}
</style>