Shades of Medium Orchid #C142FA
Tints of Medium Orchid #C142FA
RGB
CMYK
RGB Variations
Color information
#C142FA (or 0xC142FA) is known color: Medium Orchid. HEX triplet: C1, 42 and FA. RGB value is (193,66,250). Sum of RGB (Red+Green+Blue) = 193+66+250=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 66 (26.17% from 255 or 12.97% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #C142FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C142FA is #3EBD05. Grayscale: #7C7C7C. Windows color (decimal): -4111622 or 16401089. OLE color: 16401089.
HSL color Cylindrical-coordinate representation of color #C142FA: hue angle of 281.41º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C142FA is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 66 | 250 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.02 |
| HSL | 281.41º | 0.95% | 0.62% | - |
| HSV(B) | 281.41º | 0.74% | 0.98% | - |
| XYZ | 41.2 | 22.14 | 92.54 | - |
| YUV | 124.95 | 198.58 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 66 | 250 | 0.23 | 0.74 | 0 | 0.02 | 281.41 | 0.95 | 0.62 |
| Hex | C1 | 42 | FA | 17 | 4A | 0 | 2 | 119 | 5F | 3E |
| Octal | 301 | 102 | 372 | 27 | 112 | 0 | 2 | 431 | 137 | 76 |
| Binary | 11000001 | 1000010 | 11111010 | 10111 | 1001010 | 0 | 10 | 100011001 | 1011111 | 111110 |
Color Harmonies of #C142FA
Complementary color
Monochromatic Colors of #C142FA
Black with #C142FA
Text Example
Text Example
White with #C142FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C142FA; }
p { color: rgb(193,66,250); }
H1.HeaderClassName
{
color: #C142FA;
}
.AnyTagClassName
{
color: #C142FA;
}
</style>
background-color css
<style>
a { background-color: #C142FA; }
a { background-color: rgb(193,66,250); }
div.DivClassName
{
background-color: #C142FA;
}
.BgClassName
{
background-color: #C142FA;
}
</style>
border-color css
<style>
span { border-color: #C142FA; }
span { border-color: rgb(193,66,250); }
td.TdClassName
{
border-color: #C142FA;
}
.TagClassName
{
border-color: #C142FA;
}
</style>