Shades of Medium Orchid #CB45DC
Tints of Medium Orchid #CB45DC
RGB
CMYK
RGB Variations
Color information
#CB45DC (or 0xCB45DC) is known color: Medium Orchid. HEX triplet: CB, 45 and DC. RGB value is (203,69,220). Sum of RGB (Red+Green+Blue) = 203+69+220=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 69 (27.34% from 255 or 14.02% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB45DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB45DC is #34BA23. Grayscale: #7D7D7D. Windows color (decimal): -3455524 or 14435787. OLE color: 14435787.
HSL color Cylindrical-coordinate representation of color #CB45DC: hue angle of 293.25º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB45DC is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 69 | 220 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.14 |
| HSL | 293.25º | 0.68% | 0.57% | - |
| HSV(B) | 293.25º | 0.69% | 0.86% | - |
| XYZ | 39.67 | 22.12 | 69.89 | - |
| YUV | 126.28 | 180.89 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 69 | 220 | 0.08 | 0.69 | 0 | 0.14 | 293.25 | 0.68 | 0.57 |
| Hex | CB | 45 | DC | 8 | 45 | 0 | E | 125 | 44 | 39 |
| Octal | 313 | 105 | 334 | 10 | 105 | 0 | 16 | 445 | 104 | 71 |
| Binary | 11001011 | 1000101 | 11011100 | 1000 | 1000101 | 0 | 1110 | 100100101 | 1000100 | 111001 |
Color Harmonies of #CB45DC
Complementary color
Monochromatic Colors of #CB45DC
Black with #CB45DC
Text Example
Text Example
White with #CB45DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB45DC; }
p { color: rgb(203,69,220); }
H1.HeaderClassName
{
color: #CB45DC;
}
.AnyTagClassName
{
color: #CB45DC;
}
</style>
background-color css
<style>
a { background-color: #CB45DC; }
a { background-color: rgb(203,69,220); }
div.DivClassName
{
background-color: #CB45DC;
}
.BgClassName
{
background-color: #CB45DC;
}
</style>
border-color css
<style>
span { border-color: #CB45DC; }
span { border-color: rgb(203,69,220); }
td.TdClassName
{
border-color: #CB45DC;
}
.TagClassName
{
border-color: #CB45DC;
}
</style>