Shades of Medium Orchid #C153DD
Tints of Medium Orchid #C153DD
RGB
CMYK
RGB Variations
Color information
#C153DD (or 0xC153DD) is known color: Medium Orchid. HEX triplet: C1, 53 and DD. RGB value is (193,83,221). Sum of RGB (Red+Green+Blue) = 193+83+221=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 83 (32.81% from 255 or 16.70% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #C153DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C153DD is #3EAC22. Grayscale: #838383. Windows color (decimal): -4107299 or 14504897. OLE color: 14504897.
HSL color Cylindrical-coordinate representation of color #C153DD: hue angle of 287.83º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C153DD is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 83 | 221 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.13 |
| HSL | 287.83º | 0.67% | 0.6% | - |
| HSV(B) | 287.83º | 0.62% | 0.87% | - |
| XYZ | 38.14 | 22.74 | 70.79 | - |
| YUV | 131.62 | 178.44 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 83 | 221 | 0.13 | 0.62 | 0 | 0.13 | 287.83 | 0.67 | 0.6 |
| Hex | C1 | 53 | DD | D | 3E | 0 | D | 120 | 43 | 3C |
| Octal | 301 | 123 | 335 | 15 | 76 | 0 | 15 | 440 | 103 | 74 |
| Binary | 11000001 | 1010011 | 11011101 | 1101 | 111110 | 0 | 1101 | 100100000 | 1000011 | 111100 |
Color Harmonies of #C153DD
Complementary color
Monochromatic Colors of #C153DD
Black with #C153DD
Text Example
Text Example
White with #C153DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C153DD; }
p { color: rgb(193,83,221); }
H1.HeaderClassName
{
color: #C153DD;
}
.AnyTagClassName
{
color: #C153DD;
}
</style>
background-color css
<style>
a { background-color: #C153DD; }
a { background-color: rgb(193,83,221); }
div.DivClassName
{
background-color: #C153DD;
}
.BgClassName
{
background-color: #C153DD;
}
</style>
border-color css
<style>
span { border-color: #C153DD; }
span { border-color: rgb(193,83,221); }
td.TdClassName
{
border-color: #C153DD;
}
.TagClassName
{
border-color: #C153DD;
}
</style>