Shades of Medium Orchid #C153E7
Tints of Medium Orchid #C153E7
RGB
CMYK
RGB Variations
Color information
#C153E7 (or 0xC153E7) is known color: Medium Orchid. HEX triplet: C1, 53 and E7. RGB value is (193,83,231). Sum of RGB (Red+Green+Blue) = 193+83+231=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 83 (32.81% from 255 or 16.37% from 507); Blue value is 231 (90.62% from 255 or 45.56% from 507); Max value from RGB is 231 - color contains mainly: blue. Hex color #C153E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C153E7 is #3EAC18. Grayscale: #848484. Windows color (decimal): -4107289 or 15160257. OLE color: 15160257.
HSL color Cylindrical-coordinate representation of color #C153E7: hue angle of 284.59º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C153E7 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 83 | 231 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.09 |
| HSL | 284.59º | 0.76% | 0.62% | - |
| HSV(B) | 284.59º | 0.64% | 0.91% | - |
| XYZ | 39.51 | 23.29 | 78.02 | - |
| YUV | 132.76 | 183.44 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 83 | 231 | 0.16 | 0.64 | 0 | 0.09 | 284.59 | 0.76 | 0.62 |
| Hex | C1 | 53 | E7 | 10 | 40 | 0 | 9 | 11D | 4C | 3E |
| Octal | 301 | 123 | 347 | 20 | 100 | 0 | 11 | 435 | 114 | 76 |
| Binary | 11000001 | 1010011 | 11100111 | 10000 | 1000000 | 0 | 1001 | 100011101 | 1001100 | 111110 |
Color Harmonies of #C153E7
Complementary color
Monochromatic Colors of #C153E7
Black with #C153E7
Text Example
Text Example
White with #C153E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C153E7; }
p { color: rgb(193,83,231); }
H1.HeaderClassName
{
color: #C153E7;
}
.AnyTagClassName
{
color: #C153E7;
}
</style>
background-color css
<style>
a { background-color: #C153E7; }
a { background-color: rgb(193,83,231); }
div.DivClassName
{
background-color: #C153E7;
}
.BgClassName
{
background-color: #C153E7;
}
</style>
border-color css
<style>
span { border-color: #C153E7; }
span { border-color: rgb(193,83,231); }
td.TdClassName
{
border-color: #C153E7;
}
.TagClassName
{
border-color: #C153E7;
}
</style>