Shades of Medium Orchid #C153D0
Tints of Medium Orchid #C153D0
RGB
CMYK
RGB Variations
Color information
#C153D0 (or 0xC153D0) is known color: Medium Orchid. HEX triplet: C1, 53 and D0. RGB value is (193,83,208). Sum of RGB (Red+Green+Blue) = 193+83+208=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 83 (32.81% from 255 or 17.15% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #C153D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C153D0 is #3EAC2F. Grayscale: #818181. Windows color (decimal): -4107312 or 13652929. OLE color: 13652929.
HSL color Cylindrical-coordinate representation of color #C153D0: hue angle of 292.8º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C153D0 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 83 | 208 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.18 |
| HSL | 292.8º | 0.57% | 0.57% | - |
| HSV(B) | 292.8º | 0.6% | 0.82% | - |
| XYZ | 36.47 | 22.08 | 62.01 | - |
| YUV | 130.14 | 171.94 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 83 | 208 | 0.07 | 0.60 | 0 | 0.18 | 292.8 | 0.57 | 0.57 |
| Hex | C1 | 53 | D0 | 7 | 3C | 0 | 12 | 125 | 39 | 39 |
| Octal | 301 | 123 | 320 | 7 | 74 | 0 | 22 | 445 | 71 | 71 |
| Binary | 11000001 | 1010011 | 11010000 | 111 | 111100 | 0 | 10010 | 100100101 | 111001 | 111001 |
Color Harmonies of #C153D0
Complementary color
Monochromatic Colors of #C153D0
Black with #C153D0
Text Example
Text Example
White with #C153D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C153D0; }
p { color: rgb(193,83,208); }
H1.HeaderClassName
{
color: #C153D0;
}
.AnyTagClassName
{
color: #C153D0;
}
</style>
background-color css
<style>
a { background-color: #C153D0; }
a { background-color: rgb(193,83,208); }
div.DivClassName
{
background-color: #C153D0;
}
.BgClassName
{
background-color: #C153D0;
}
</style>
border-color css
<style>
span { border-color: #C153D0; }
span { border-color: rgb(193,83,208); }
td.TdClassName
{
border-color: #C153D0;
}
.TagClassName
{
border-color: #C153D0;
}
</style>