Shades of Medium Orchid #C142FC
Tints of Medium Orchid #C142FC
RGB
CMYK
RGB Variations
Color information
#C142FC (or 0xC142FC) is known color: Medium Orchid. HEX triplet: C1, 42 and FC. RGB value is (193,66,252). Sum of RGB (Red+Green+Blue) = 193+66+252=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 66 (26.17% from 255 or 12.92% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #C142FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C142FC is #3EBD03. Grayscale: #7C7C7C. Windows color (decimal): -4111620 or 16532161. OLE color: 16532161.
HSL color Cylindrical-coordinate representation of color #C142FC: hue angle of 280.97º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C142FC is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 66 | 252 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.01 |
| HSL | 280.97º | 0.97% | 0.62% | - |
| HSV(B) | 280.97º | 0.74% | 0.99% | - |
| XYZ | 41.51 | 22.26 | 94.2 | - |
| YUV | 125.18 | 199.58 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 66 | 252 | 0.23 | 0.74 | 0 | 0.01 | 280.97 | 0.97 | 0.62 |
| Hex | C1 | 42 | FC | 17 | 4A | 0 | 1 | 119 | 61 | 3E |
| Octal | 301 | 102 | 374 | 27 | 112 | 0 | 1 | 431 | 141 | 76 |
| Binary | 11000001 | 1000010 | 11111100 | 10111 | 1001010 | 0 | 1 | 100011001 | 1100001 | 111110 |
Color Harmonies of #C142FC
Complementary color
Monochromatic Colors of #C142FC
Black with #C142FC
Text Example
Text Example
White with #C142FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C142FC; }
p { color: rgb(193,66,252); }
H1.HeaderClassName
{
color: #C142FC;
}
.AnyTagClassName
{
color: #C142FC;
}
</style>
background-color css
<style>
a { background-color: #C142FC; }
a { background-color: rgb(193,66,252); }
div.DivClassName
{
background-color: #C142FC;
}
.BgClassName
{
background-color: #C142FC;
}
</style>
border-color css
<style>
span { border-color: #C142FC; }
span { border-color: rgb(193,66,252); }
td.TdClassName
{
border-color: #C142FC;
}
.TagClassName
{
border-color: #C142FC;
}
</style>