Shades of Medium Orchid #C153D4
Tints of Medium Orchid #C153D4
RGB
CMYK
RGB Variations
Color information
#C153D4 (or 0xC153D4) is known color: Medium Orchid. HEX triplet: C1, 53 and D4. RGB value is (193,83,212). Sum of RGB (Red+Green+Blue) = 193+83+212=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 83 (32.81% from 255 or 17.01% from 488); Blue value is 212 (83.20% from 255 or 43.44% from 488); Max value from RGB is 212 - color contains mainly: blue. Hex color #C153D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C153D4 is #3EAC2B. Grayscale: #828282. Windows color (decimal): -4107308 or 13915073. OLE color: 13915073.
HSL color Cylindrical-coordinate representation of color #C153D4: hue angle of 291.16º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C153D4 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 83 | 212 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.17 |
| HSL | 291.16º | 0.6% | 0.58% | - |
| HSV(B) | 291.16º | 0.61% | 0.83% | - |
| XYZ | 36.97 | 22.28 | 64.64 | - |
| YUV | 130.6 | 173.94 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 83 | 212 | 0.09 | 0.61 | 0 | 0.17 | 291.16 | 0.6 | 0.58 |
| Hex | C1 | 53 | D4 | 9 | 3D | 0 | 11 | 123 | 3C | 3A |
| Octal | 301 | 123 | 324 | 11 | 75 | 0 | 21 | 443 | 74 | 72 |
| Binary | 11000001 | 1010011 | 11010100 | 1001 | 111101 | 0 | 10001 | 100100011 | 111100 | 111010 |
Color Harmonies of #C153D4
Complementary color
Monochromatic Colors of #C153D4
Black with #C153D4
Text Example
Text Example
White with #C153D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C153D4; }
p { color: rgb(193,83,212); }
H1.HeaderClassName
{
color: #C153D4;
}
.AnyTagClassName
{
color: #C153D4;
}
</style>
background-color css
<style>
a { background-color: #C153D4; }
a { background-color: rgb(193,83,212); }
div.DivClassName
{
background-color: #C153D4;
}
.BgClassName
{
background-color: #C153D4;
}
</style>
border-color css
<style>
span { border-color: #C153D4; }
span { border-color: rgb(193,83,212); }
td.TdClassName
{
border-color: #C153D4;
}
.TagClassName
{
border-color: #C153D4;
}
</style>