Shades of Medium Orchid #C154E5
Tints of Medium Orchid #C154E5
RGB
CMYK
RGB Variations
Color information
#C154E5 (or 0xC154E5) is known color: Medium Orchid. HEX triplet: C1, 54 and E5. RGB value is (193,84,229). Sum of RGB (Red+Green+Blue) = 193+84+229=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 84 (33.20% from 255 or 16.60% from 506); Blue value is 229 (89.84% from 255 or 45.26% from 506); Max value from RGB is 229 - color contains mainly: blue. Hex color #C154E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C154E5 is #3EAB1A. Grayscale: #848484. Windows color (decimal): -4107035 or 15029441. OLE color: 15029441.
HSL color Cylindrical-coordinate representation of color #C154E5: hue angle of 285.1º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C154E5 is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 84 | 229 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.10 |
| HSL | 285.1º | 0.74% | 0.61% | - |
| HSV(B) | 285.1º | 0.63% | 0.9% | - |
| XYZ | 39.31 | 23.34 | 76.56 | - |
| YUV | 133.12 | 182.11 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 84 | 229 | 0.16 | 0.63 | 0 | 0.10 | 285.1 | 0.74 | 0.61 |
| Hex | C1 | 54 | E5 | 10 | 3F | 0 | A | 11D | 4A | 3D |
| Octal | 301 | 124 | 345 | 20 | 77 | 0 | 12 | 435 | 112 | 75 |
| Binary | 11000001 | 1010100 | 11100101 | 10000 | 111111 | 0 | 1010 | 100011101 | 1001010 | 111101 |
Color Harmonies of #C154E5
Complementary color
Monochromatic Colors of #C154E5
Black with #C154E5
Text Example
Text Example
White with #C154E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C154E5; }
p { color: rgb(193,84,229); }
H1.HeaderClassName
{
color: #C154E5;
}
.AnyTagClassName
{
color: #C154E5;
}
</style>
background-color css
<style>
a { background-color: #C154E5; }
a { background-color: rgb(193,84,229); }
div.DivClassName
{
background-color: #C154E5;
}
.BgClassName
{
background-color: #C154E5;
}
</style>
border-color css
<style>
span { border-color: #C154E5; }
span { border-color: rgb(193,84,229); }
td.TdClassName
{
border-color: #C154E5;
}
.TagClassName
{
border-color: #C154E5;
}
</style>