Shades of Medium Orchid #C152FA
Tints of Medium Orchid #C152FA
RGB
CMYK
RGB Variations
Color information
#C152FA (or 0xC152FA) is known color: Medium Orchid. HEX triplet: C1, 52 and FA. RGB value is (193,82,250). Sum of RGB (Red+Green+Blue) = 193+82+250=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 82 (32.42% from 255 or 15.62% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #C152FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C152FA is #3EAD05. Grayscale: #858585. Windows color (decimal): -4107526 or 16405185. OLE color: 16405185.
HSL color Cylindrical-coordinate representation of color #C152FA: hue angle of 279.64º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C152FA is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 82 | 250 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.02 |
| HSL | 279.64º | 0.94% | 0.65% | - |
| HSV(B) | 279.64º | 0.67% | 0.98% | - |
| XYZ | 42.26 | 24.27 | 92.9 | - |
| YUV | 134.34 | 193.27 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 250 | 0.23 | 0.67 | 0 | 0.02 | 279.64 | 0.94 | 0.65 |
| Hex | C1 | 52 | FA | 17 | 43 | 0 | 2 | 118 | 5E | 41 |
| Octal | 301 | 122 | 372 | 27 | 103 | 0 | 2 | 430 | 136 | 101 |
| Binary | 11000001 | 1010010 | 11111010 | 10111 | 1000011 | 0 | 10 | 100011000 | 1011110 | 1000001 |
Color Harmonies of #C152FA
Complementary color
Monochromatic Colors of #C152FA
Black with #C152FA
Text Example
Text Example
White with #C152FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C152FA; }
p { color: rgb(193,82,250); }
H1.HeaderClassName
{
color: #C152FA;
}
.AnyTagClassName
{
color: #C152FA;
}
</style>
background-color css
<style>
a { background-color: #C152FA; }
a { background-color: rgb(193,82,250); }
div.DivClassName
{
background-color: #C152FA;
}
.BgClassName
{
background-color: #C152FA;
}
</style>
border-color css
<style>
span { border-color: #C152FA; }
span { border-color: rgb(193,82,250); }
td.TdClassName
{
border-color: #C152FA;
}
.TagClassName
{
border-color: #C152FA;
}
</style>