Shades of Medium Orchid #CB49DC
Tints of Medium Orchid #CB49DC
RGB
CMYK
RGB Variations
Color information
#CB49DC (or 0xCB49DC) is known color: Medium Orchid. HEX triplet: CB, 49 and DC. RGB value is (203,73,220). Sum of RGB (Red+Green+Blue) = 203+73+220=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 73 (28.91% from 255 or 14.72% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB49DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB49DC is #34B623. Grayscale: #808080. Windows color (decimal): -3454500 or 14436811. OLE color: 14436811.
HSL color Cylindrical-coordinate representation of color #CB49DC: hue angle of 293.06º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB49DC is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 73 | 220 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.14 |
| HSL | 293.06º | 0.68% | 0.57% | - |
| HSV(B) | 293.06º | 0.67% | 0.86% | - |
| XYZ | 39.93 | 22.63 | 69.97 | - |
| YUV | 128.63 | 179.57 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 220 | 0.08 | 0.67 | 0 | 0.14 | 293.06 | 0.68 | 0.57 |
| Hex | CB | 49 | DC | 8 | 43 | 0 | E | 125 | 44 | 39 |
| Octal | 313 | 111 | 334 | 10 | 103 | 0 | 16 | 445 | 104 | 71 |
| Binary | 11001011 | 1001001 | 11011100 | 1000 | 1000011 | 0 | 1110 | 100100101 | 1000100 | 111001 |
Color Harmonies of #CB49DC
Complementary color
Monochromatic Colors of #CB49DC
Black with #CB49DC
Text Example
Text Example
White with #CB49DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB49DC; }
p { color: rgb(203,73,220); }
H1.HeaderClassName
{
color: #CB49DC;
}
.AnyTagClassName
{
color: #CB49DC;
}
</style>
background-color css
<style>
a { background-color: #CB49DC; }
a { background-color: rgb(203,73,220); }
div.DivClassName
{
background-color: #CB49DC;
}
.BgClassName
{
background-color: #CB49DC;
}
</style>
border-color css
<style>
span { border-color: #CB49DC; }
span { border-color: rgb(203,73,220); }
td.TdClassName
{
border-color: #CB49DC;
}
.TagClassName
{
border-color: #CB49DC;
}
</style>