Shades of Medium Orchid #CB39DF
Tints of Medium Orchid #CB39DF
RGB
CMYK
RGB Variations
Color information
#CB39DF (or 0xCB39DF) is known color: Medium Orchid. HEX triplet: CB, 39 and DF. RGB value is (203,57,223). Sum of RGB (Red+Green+Blue) = 203+57+223=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 57 (22.66% from 255 or 11.80% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB39DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB39DF is #34C620. Grayscale: #777777. Windows color (decimal): -3458593 or 14629323. OLE color: 14629323.
HSL color Cylindrical-coordinate representation of color #CB39DF: hue angle of 292.77º degrees, saturation: 0.72, 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 #CB39DF is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 57 | 223 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.13 |
| HSL | 292.77º | 0.72% | 0.55% | - |
| HSV(B) | 292.77º | 0.74% | 0.87% | - |
| XYZ | 39.41 | 20.95 | 71.78 | - |
| YUV | 119.58 | 186.37 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 223 | 0.09 | 0.74 | 0 | 0.13 | 292.77 | 0.72 | 0.55 |
| Hex | CB | 39 | DF | 9 | 4A | 0 | D | 125 | 48 | 37 |
| Octal | 313 | 71 | 337 | 11 | 112 | 0 | 15 | 445 | 110 | 67 |
| Binary | 11001011 | 111001 | 11011111 | 1001 | 1001010 | 0 | 1101 | 100100101 | 1001000 | 110111 |
Color Harmonies of #CB39DF
Complementary color
Monochromatic Colors of #CB39DF
Black with #CB39DF
Text Example
Text Example
White with #CB39DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB39DF; }
p { color: rgb(203,57,223); }
H1.HeaderClassName
{
color: #CB39DF;
}
.AnyTagClassName
{
color: #CB39DF;
}
</style>
background-color css
<style>
a { background-color: #CB39DF; }
a { background-color: rgb(203,57,223); }
div.DivClassName
{
background-color: #CB39DF;
}
.BgClassName
{
background-color: #CB39DF;
}
</style>
border-color css
<style>
span { border-color: #CB39DF; }
span { border-color: rgb(203,57,223); }
td.TdClassName
{
border-color: #CB39DF;
}
.TagClassName
{
border-color: #CB39DF;
}
</style>