Shades of Medium Orchid #CB45DF
Tints of Medium Orchid #CB45DF
RGB
CMYK
RGB Variations
Color information
#CB45DF (or 0xCB45DF) is known color: Medium Orchid. HEX triplet: CB, 45 and DF. RGB value is (203,69,223). Sum of RGB (Red+Green+Blue) = 203+69+223=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 69 (27.34% from 255 or 13.94% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB45DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB45DF is #34BA20. Grayscale: #7E7E7E. Windows color (decimal): -3455521 or 14632395. OLE color: 14632395.
HSL color Cylindrical-coordinate representation of color #CB45DF: hue angle of 292.21º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB45DF is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 69 | 223 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.13 |
| HSL | 292.21º | 0.71% | 0.57% | - |
| HSV(B) | 292.21º | 0.69% | 0.87% | - |
| XYZ | 40.08 | 22.28 | 72 | - |
| YUV | 126.62 | 182.39 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 69 | 223 | 0.09 | 0.69 | 0 | 0.13 | 292.21 | 0.71 | 0.57 |
| Hex | CB | 45 | DF | 9 | 45 | 0 | D | 124 | 47 | 39 |
| Octal | 313 | 105 | 337 | 11 | 105 | 0 | 15 | 444 | 107 | 71 |
| Binary | 11001011 | 1000101 | 11011111 | 1001 | 1000101 | 0 | 1101 | 100100100 | 1000111 | 111001 |
Color Harmonies of #CB45DF
Complementary color
Monochromatic Colors of #CB45DF
Black with #CB45DF
Text Example
Text Example
White with #CB45DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB45DF; }
p { color: rgb(203,69,223); }
H1.HeaderClassName
{
color: #CB45DF;
}
.AnyTagClassName
{
color: #CB45DF;
}
</style>
background-color css
<style>
a { background-color: #CB45DF; }
a { background-color: rgb(203,69,223); }
div.DivClassName
{
background-color: #CB45DF;
}
.BgClassName
{
background-color: #CB45DF;
}
</style>
border-color css
<style>
span { border-color: #CB45DF; }
span { border-color: rgb(203,69,223); }
td.TdClassName
{
border-color: #CB45DF;
}
.TagClassName
{
border-color: #CB45DF;
}
</style>