Shades of Medium Orchid #C154DE
Tints of Medium Orchid #C154DE
RGB
CMYK
RGB Variations
Color information
#C154DE (or 0xC154DE) is known color: Medium Orchid. HEX triplet: C1, 54 and DE. RGB value is (193,84,222). Sum of RGB (Red+Green+Blue) = 193+84+222=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 84 (33.20% from 255 or 16.83% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 222 - color contains mainly: blue. Hex color #C154DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C154DE is #3EAB21. Grayscale: #838383. Windows color (decimal): -4107042 or 14570689. OLE color: 14570689.
HSL color Cylindrical-coordinate representation of color #C154DE: hue angle of 287.39º degrees, saturation: 0.68, 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 #C154DE is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 84 | 222 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.13 |
| HSL | 287.39º | 0.68% | 0.6% | - |
| HSV(B) | 287.39º | 0.62% | 0.87% | - |
| XYZ | 38.35 | 22.95 | 71.52 | - |
| YUV | 132.32 | 178.61 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 84 | 222 | 0.13 | 0.62 | 0 | 0.13 | 287.39 | 0.68 | 0.6 |
| Hex | C1 | 54 | DE | D | 3E | 0 | D | 11F | 44 | 3C |
| Octal | 301 | 124 | 336 | 15 | 76 | 0 | 15 | 437 | 104 | 74 |
| Binary | 11000001 | 1010100 | 11011110 | 1101 | 111110 | 0 | 1101 | 100011111 | 1000100 | 111100 |
Color Harmonies of #C154DE
Complementary color
Monochromatic Colors of #C154DE
Black with #C154DE
Text Example
Text Example
White with #C154DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C154DE; }
p { color: rgb(193,84,222); }
H1.HeaderClassName
{
color: #C154DE;
}
.AnyTagClassName
{
color: #C154DE;
}
</style>
background-color css
<style>
a { background-color: #C154DE; }
a { background-color: rgb(193,84,222); }
div.DivClassName
{
background-color: #C154DE;
}
.BgClassName
{
background-color: #C154DE;
}
</style>
border-color css
<style>
span { border-color: #C154DE; }
span { border-color: rgb(193,84,222); }
td.TdClassName
{
border-color: #C154DE;
}
.TagClassName
{
border-color: #C154DE;
}
</style>