Shades of Medium Orchid #C152DC
Tints of Medium Orchid #C152DC
RGB
CMYK
RGB Variations
Color information
#C152DC (or 0xC152DC) is known color: Medium Orchid. HEX triplet: C1, 52 and DC. RGB value is (193,82,220). Sum of RGB (Red+Green+Blue) = 193+82+220=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 82 (32.42% from 255 or 16.57% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #C152DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C152DC is #3EAD23. Grayscale: #828282. Windows color (decimal): -4107556 or 14439105. OLE color: 14439105.
HSL color Cylindrical-coordinate representation of color #C152DC: hue angle of 288.26º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C152DC is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 82 | 220 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.14 |
| HSL | 288.26º | 0.66% | 0.59% | - |
| HSV(B) | 288.26º | 0.63% | 0.86% | - |
| XYZ | 37.93 | 22.54 | 70.06 | - |
| YUV | 130.92 | 178.27 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 220 | 0.12 | 0.63 | 0 | 0.14 | 288.26 | 0.66 | 0.59 |
| Hex | C1 | 52 | DC | C | 3F | 0 | E | 120 | 42 | 3B |
| Octal | 301 | 122 | 334 | 14 | 77 | 0 | 16 | 440 | 102 | 73 |
| Binary | 11000001 | 1010010 | 11011100 | 1100 | 111111 | 0 | 1110 | 100100000 | 1000010 | 111011 |
Color Harmonies of #C152DC
Complementary color
Monochromatic Colors of #C152DC
Black with #C152DC
Text Example
Text Example
White with #C152DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C152DC; }
p { color: rgb(193,82,220); }
H1.HeaderClassName
{
color: #C152DC;
}
.AnyTagClassName
{
color: #C152DC;
}
</style>
background-color css
<style>
a { background-color: #C152DC; }
a { background-color: rgb(193,82,220); }
div.DivClassName
{
background-color: #C152DC;
}
.BgClassName
{
background-color: #C152DC;
}
</style>
border-color css
<style>
span { border-color: #C152DC; }
span { border-color: rgb(193,82,220); }
td.TdClassName
{
border-color: #C152DC;
}
.TagClassName
{
border-color: #C152DC;
}
</style>