Shades of Medium Orchid #C154DD
Tints of Medium Orchid #C154DD
RGB
CMYK
RGB Variations
Color information
#C154DD (or 0xC154DD) is known color: Medium Orchid. HEX triplet: C1, 54 and DD. RGB value is (193,84,221). Sum of RGB (Red+Green+Blue) = 193+84+221=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 84 (33.20% from 255 or 16.87% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #C154DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C154DD is #3EAB22. Grayscale: #838383. Windows color (decimal): -4107043 or 14505153. OLE color: 14505153.
HSL color Cylindrical-coordinate representation of color #C154DD: hue angle of 287.74º 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 #C154DD is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 84 | 221 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.13 |
| HSL | 287.74º | 0.67% | 0.6% | - |
| HSV(B) | 287.74º | 0.62% | 0.87% | - |
| XYZ | 38.21 | 22.9 | 70.81 | - |
| YUV | 132.21 | 178.11 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 84 | 221 | 0.13 | 0.62 | 0 | 0.13 | 287.74 | 0.67 | 0.6 |
| Hex | C1 | 54 | DD | D | 3E | 0 | D | 120 | 43 | 3C |
| Octal | 301 | 124 | 335 | 15 | 76 | 0 | 15 | 440 | 103 | 74 |
| Binary | 11000001 | 1010100 | 11011101 | 1101 | 111110 | 0 | 1101 | 100100000 | 1000011 | 111100 |
Color Harmonies of #C154DD
Complementary color
Monochromatic Colors of #C154DD
Black with #C154DD
Text Example
Text Example
White with #C154DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C154DD; }
p { color: rgb(193,84,221); }
H1.HeaderClassName
{
color: #C154DD;
}
.AnyTagClassName
{
color: #C154DD;
}
</style>
background-color css
<style>
a { background-color: #C154DD; }
a { background-color: rgb(193,84,221); }
div.DivClassName
{
background-color: #C154DD;
}
.BgClassName
{
background-color: #C154DD;
}
</style>
border-color css
<style>
span { border-color: #C154DD; }
span { border-color: rgb(193,84,221); }
td.TdClassName
{
border-color: #C154DD;
}
.TagClassName
{
border-color: #C154DD;
}
</style>