Shades of Medium Orchid #C152D4
Tints of Medium Orchid #C152D4
RGB
CMYK
RGB Variations
Color information
#C152D4 (or 0xC152D4) is known color: Medium Orchid. HEX triplet: C1, 52 and D4. RGB value is (193,82,212). Sum of RGB (Red+Green+Blue) = 193+82+212=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 82 (32.42% from 255 or 16.84% from 487); Blue value is 212 (83.20% from 255 or 43.53% from 487); Max value from RGB is 212 - color contains mainly: blue. Hex color #C152D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C152D4 is #3EAD2B. Grayscale: #818181. Windows color (decimal): -4107564 or 13914817. OLE color: 13914817.
HSL color Cylindrical-coordinate representation of color #C152D4: hue angle of 291.23º 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 #C152D4 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 82 | 212 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.17 |
| HSL | 291.23º | 0.6% | 0.58% | - |
| HSV(B) | 291.23º | 0.61% | 0.83% | - |
| XYZ | 36.89 | 22.13 | 64.61 | - |
| YUV | 130.01 | 174.27 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 212 | 0.09 | 0.61 | 0 | 0.17 | 291.23 | 0.6 | 0.58 |
| Hex | C1 | 52 | D4 | 9 | 3D | 0 | 11 | 123 | 3C | 3A |
| Octal | 301 | 122 | 324 | 11 | 75 | 0 | 21 | 443 | 74 | 72 |
| Binary | 11000001 | 1010010 | 11010100 | 1001 | 111101 | 0 | 10001 | 100100011 | 111100 | 111010 |
Color Harmonies of #C152D4
Complementary color
Monochromatic Colors of #C152D4
Black with #C152D4
Text Example
Text Example
White with #C152D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C152D4; }
p { color: rgb(193,82,212); }
H1.HeaderClassName
{
color: #C152D4;
}
.AnyTagClassName
{
color: #C152D4;
}
</style>
background-color css
<style>
a { background-color: #C152D4; }
a { background-color: rgb(193,82,212); }
div.DivClassName
{
background-color: #C152D4;
}
.BgClassName
{
background-color: #C152D4;
}
</style>
border-color css
<style>
span { border-color: #C152D4; }
span { border-color: rgb(193,82,212); }
td.TdClassName
{
border-color: #C152D4;
}
.TagClassName
{
border-color: #C152D4;
}
</style>