Shades of Medium Orchid #C152D9
Tints of Medium Orchid #C152D9
RGB
CMYK
RGB Variations
Color information
#C152D9 (or 0xC152D9) is known color: Medium Orchid. HEX triplet: C1, 52 and D9. RGB value is (193,82,217). Sum of RGB (Red+Green+Blue) = 193+82+217=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 82 (32.42% from 255 or 16.67% from 492); Blue value is 217 (85.16% from 255 or 44.11% from 492); Max value from RGB is 217 - color contains mainly: blue. Hex color #C152D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C152D9 is #3EAD26. Grayscale: #828282. Windows color (decimal): -4107559 or 14242497. OLE color: 14242497.
HSL color Cylindrical-coordinate representation of color #C152D9: hue angle of 289.33º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C152D9 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 82 | 217 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.15 |
| HSL | 289.33º | 0.64% | 0.59% | - |
| HSV(B) | 289.33º | 0.62% | 0.85% | - |
| XYZ | 37.53 | 22.38 | 67.99 | - |
| YUV | 130.58 | 176.77 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 217 | 0.11 | 0.62 | 0 | 0.15 | 289.33 | 0.64 | 0.59 |
| Hex | C1 | 52 | D9 | B | 3E | 0 | F | 121 | 40 | 3B |
| Octal | 301 | 122 | 331 | 13 | 76 | 0 | 17 | 441 | 100 | 73 |
| Binary | 11000001 | 1010010 | 11011001 | 1011 | 111110 | 0 | 1111 | 100100001 | 1000000 | 111011 |
Color Harmonies of #C152D9
Complementary color
Monochromatic Colors of #C152D9
Black with #C152D9
Text Example
Text Example
White with #C152D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C152D9; }
p { color: rgb(193,82,217); }
H1.HeaderClassName
{
color: #C152D9;
}
.AnyTagClassName
{
color: #C152D9;
}
</style>
background-color css
<style>
a { background-color: #C152D9; }
a { background-color: rgb(193,82,217); }
div.DivClassName
{
background-color: #C152D9;
}
.BgClassName
{
background-color: #C152D9;
}
</style>
border-color css
<style>
span { border-color: #C152D9; }
span { border-color: rgb(193,82,217); }
td.TdClassName
{
border-color: #C152D9;
}
.TagClassName
{
border-color: #C152D9;
}
</style>