Shades of Medium Orchid #C153F3
Tints of Medium Orchid #C153F3
RGB
CMYK
RGB Variations
Color information
#C153F3 (or 0xC153F3) is known color: Medium Orchid. HEX triplet: C1, 53 and F3. RGB value is (193,83,243). Sum of RGB (Red+Green+Blue) = 193+83+243=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 83 (32.81% from 255 or 15.99% from 519); Blue value is 243 (95.31% from 255 or 46.82% from 519); Max value from RGB is 243 - color contains mainly: blue. Hex color #C153F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C153F3 is #3EAC0C. Grayscale: #858585. Windows color (decimal): -4107277 or 15946689. OLE color: 15946689.
HSL color Cylindrical-coordinate representation of color #C153F3: hue angle of 281.25º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C153F3 is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 83 | 243 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.05 |
| HSL | 281.25º | 0.87% | 0.64% | - |
| HSV(B) | 281.25º | 0.66% | 0.95% | - |
| XYZ | 41.26 | 24 | 87.25 | - |
| YUV | 134.13 | 189.44 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 83 | 243 | 0.21 | 0.66 | 0 | 0.05 | 281.25 | 0.87 | 0.64 |
| Hex | C1 | 53 | F3 | 15 | 42 | 0 | 5 | 119 | 57 | 40 |
| Octal | 301 | 123 | 363 | 25 | 102 | 0 | 5 | 431 | 127 | 100 |
| Binary | 11000001 | 1010011 | 11110011 | 10101 | 1000010 | 0 | 101 | 100011001 | 1010111 | 1000000 |
Color Harmonies of #C153F3
Complementary color
Monochromatic Colors of #C153F3
Black with #C153F3
Text Example
Text Example
White with #C153F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C153F3; }
p { color: rgb(193,83,243); }
H1.HeaderClassName
{
color: #C153F3;
}
.AnyTagClassName
{
color: #C153F3;
}
</style>
background-color css
<style>
a { background-color: #C153F3; }
a { background-color: rgb(193,83,243); }
div.DivClassName
{
background-color: #C153F3;
}
.BgClassName
{
background-color: #C153F3;
}
</style>
border-color css
<style>
span { border-color: #C153F3; }
span { border-color: rgb(193,83,243); }
td.TdClassName
{
border-color: #C153F3;
}
.TagClassName
{
border-color: #C153F3;
}
</style>