Shades of Medium Orchid #C153E5
Tints of Medium Orchid #C153E5
RGB
CMYK
RGB Variations
Color information
#C153E5 (or 0xC153E5) is known color: Medium Orchid. HEX triplet: C1, 53 and E5. RGB value is (193,83,229). Sum of RGB (Red+Green+Blue) = 193+83+229=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 83 (32.81% from 255 or 16.44% from 505); Blue value is 229 (89.84% from 255 or 45.35% from 505); Max value from RGB is 229 - color contains mainly: blue. Hex color #C153E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C153E5 is #3EAC1A. Grayscale: #848484. Windows color (decimal): -4107291 or 15029185. OLE color: 15029185.
HSL color Cylindrical-coordinate representation of color #C153E5: hue angle of 285.21º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C153E5 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 83 | 229 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.10 |
| HSL | 285.21º | 0.74% | 0.61% | - |
| HSV(B) | 285.21º | 0.64% | 0.9% | - |
| XYZ | 39.23 | 23.18 | 76.54 | - |
| YUV | 132.53 | 182.44 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 83 | 229 | 0.16 | 0.64 | 0 | 0.10 | 285.21 | 0.74 | 0.61 |
| Hex | C1 | 53 | E5 | 10 | 40 | 0 | A | 11D | 4A | 3D |
| Octal | 301 | 123 | 345 | 20 | 100 | 0 | 12 | 435 | 112 | 75 |
| Binary | 11000001 | 1010011 | 11100101 | 10000 | 1000000 | 0 | 1010 | 100011101 | 1001010 | 111101 |
Color Harmonies of #C153E5
Complementary color
Monochromatic Colors of #C153E5
Black with #C153E5
Text Example
Text Example
White with #C153E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C153E5; }
p { color: rgb(193,83,229); }
H1.HeaderClassName
{
color: #C153E5;
}
.AnyTagClassName
{
color: #C153E5;
}
</style>
background-color css
<style>
a { background-color: #C153E5; }
a { background-color: rgb(193,83,229); }
div.DivClassName
{
background-color: #C153E5;
}
.BgClassName
{
background-color: #C153E5;
}
</style>
border-color css
<style>
span { border-color: #C153E5; }
span { border-color: rgb(193,83,229); }
td.TdClassName
{
border-color: #C153E5;
}
.TagClassName
{
border-color: #C153E5;
}
</style>