Shades of Medium Orchid #C152FB
Tints of Medium Orchid #C152FB
RGB
CMYK
RGB Variations
Color information
#C152FB (or 0xC152FB) is known color: Medium Orchid. HEX triplet: C1, 52 and FB. RGB value is (193,82,251). Sum of RGB (Red+Green+Blue) = 193+82+251=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 82 (32.42% from 255 or 15.59% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #C152FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C152FB is #3EAD04. Grayscale: #858585. Windows color (decimal): -4107525 or 16470721. OLE color: 16470721.
HSL color Cylindrical-coordinate representation of color #C152FB: hue angle of 279.41º degrees, saturation: 0.95, 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 #C152FB is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 82 | 251 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.02 |
| HSL | 279.41º | 0.95% | 0.65% | - |
| HSV(B) | 279.41º | 0.67% | 0.98% | - |
| XYZ | 42.42 | 24.34 | 93.73 | - |
| YUV | 134.46 | 193.77 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 251 | 0.23 | 0.67 | 0 | 0.02 | 279.41 | 0.95 | 0.65 |
| Hex | C1 | 52 | FB | 17 | 43 | 0 | 2 | 117 | 5F | 41 |
| Octal | 301 | 122 | 373 | 27 | 103 | 0 | 2 | 427 | 137 | 101 |
| Binary | 11000001 | 1010010 | 11111011 | 10111 | 1000011 | 0 | 10 | 100010111 | 1011111 | 1000001 |
Color Harmonies of #C152FB
Complementary color
Monochromatic Colors of #C152FB
Black with #C152FB
Text Example
Text Example
White with #C152FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C152FB; }
p { color: rgb(193,82,251); }
H1.HeaderClassName
{
color: #C152FB;
}
.AnyTagClassName
{
color: #C152FB;
}
</style>
background-color css
<style>
a { background-color: #C152FB; }
a { background-color: rgb(193,82,251); }
div.DivClassName
{
background-color: #C152FB;
}
.BgClassName
{
background-color: #C152FB;
}
</style>
border-color css
<style>
span { border-color: #C152FB; }
span { border-color: rgb(193,82,251); }
td.TdClassName
{
border-color: #C152FB;
}
.TagClassName
{
border-color: #C152FB;
}
</style>