Shades of Medium Orchid #CB39D8
Tints of Medium Orchid #CB39D8
RGB
CMYK
RGB Variations
Color information
#CB39D8 (or 0xCB39D8) is known color: Medium Orchid. HEX triplet: CB, 39 and D8. RGB value is (203,57,216). Sum of RGB (Red+Green+Blue) = 203+57+216=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 57 (22.66% from 255 or 11.97% from 476); Blue value is 216 (84.77% from 255 or 45.38% from 476); Max value from RGB is 216 - color contains mainly: blue. Hex color #CB39D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB39D8 is #34C627. Grayscale: #767676. Windows color (decimal): -3458600 or 14170571. OLE color: 14170571.
HSL color Cylindrical-coordinate representation of color #CB39D8: hue angle of 295.09º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB39D8 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 57 | 216 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.15 |
| HSL | 295.09º | 0.67% | 0.54% | - |
| HSV(B) | 295.09º | 0.74% | 0.85% | - |
| XYZ | 38.49 | 20.58 | 66.91 | - |
| YUV | 118.78 | 182.87 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 216 | 0.06 | 0.74 | 0 | 0.15 | 295.09 | 0.67 | 0.54 |
| Hex | CB | 39 | D8 | 6 | 4A | 0 | F | 127 | 43 | 36 |
| Octal | 313 | 71 | 330 | 6 | 112 | 0 | 17 | 447 | 103 | 66 |
| Binary | 11001011 | 111001 | 11011000 | 110 | 1001010 | 0 | 1111 | 100100111 | 1000011 | 110110 |
Color Harmonies of #CB39D8
Complementary color
Monochromatic Colors of #CB39D8
Black with #CB39D8
Text Example
Text Example
White with #CB39D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB39D8; }
p { color: rgb(203,57,216); }
H1.HeaderClassName
{
color: #CB39D8;
}
.AnyTagClassName
{
color: #CB39D8;
}
</style>
background-color css
<style>
a { background-color: #CB39D8; }
a { background-color: rgb(203,57,216); }
div.DivClassName
{
background-color: #CB39D8;
}
.BgClassName
{
background-color: #CB39D8;
}
</style>
border-color css
<style>
span { border-color: #CB39D8; }
span { border-color: rgb(203,57,216); }
td.TdClassName
{
border-color: #CB39D8;
}
.TagClassName
{
border-color: #CB39D8;
}
</style>