Shades of Medium Orchid #CB44DF
Tints of Medium Orchid #CB44DF
RGB
CMYK
RGB Variations
Color information
#CB44DF (or 0xCB44DF) is known color: Medium Orchid. HEX triplet: CB, 44 and DF. RGB value is (203,68,223). Sum of RGB (Red+Green+Blue) = 203+68+223=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 68 (26.95% from 255 or 13.77% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB44DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB44DF is #34BB20. Grayscale: #7D7D7D. Windows color (decimal): -3455777 or 14632139. OLE color: 14632139.
HSL color Cylindrical-coordinate representation of color #CB44DF: hue angle of 292.26º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB44DF is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 68 | 223 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.13 |
| HSL | 292.26º | 0.71% | 0.57% | - |
| HSV(B) | 292.26º | 0.7% | 0.87% | - |
| XYZ | 40.02 | 22.16 | 71.98 | - |
| YUV | 126.04 | 182.73 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 68 | 223 | 0.09 | 0.70 | 0 | 0.13 | 292.26 | 0.71 | 0.57 |
| Hex | CB | 44 | DF | 9 | 46 | 0 | D | 124 | 47 | 39 |
| Octal | 313 | 104 | 337 | 11 | 106 | 0 | 15 | 444 | 107 | 71 |
| Binary | 11001011 | 1000100 | 11011111 | 1001 | 1000110 | 0 | 1101 | 100100100 | 1000111 | 111001 |
Color Harmonies of #CB44DF
Complementary color
Monochromatic Colors of #CB44DF
Black with #CB44DF
Text Example
Text Example
White with #CB44DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB44DF; }
p { color: rgb(203,68,223); }
H1.HeaderClassName
{
color: #CB44DF;
}
.AnyTagClassName
{
color: #CB44DF;
}
</style>
background-color css
<style>
a { background-color: #CB44DF; }
a { background-color: rgb(203,68,223); }
div.DivClassName
{
background-color: #CB44DF;
}
.BgClassName
{
background-color: #CB44DF;
}
</style>
border-color css
<style>
span { border-color: #CB44DF; }
span { border-color: rgb(203,68,223); }
td.TdClassName
{
border-color: #CB44DF;
}
.TagClassName
{
border-color: #CB44DF;
}
</style>