Shades of Medium Orchid #C242FB
Tints of Medium Orchid #C242FB
RGB
CMYK
RGB Variations
Color information
#C242FB (or 0xC242FB) is known color: Medium Orchid. HEX triplet: C2, 42 and FB. RGB value is (194,66,251). Sum of RGB (Red+Green+Blue) = 194+66+251=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 66 (26.17% from 255 or 12.92% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #C242FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C242FB is #3DBD04. Grayscale: #7C7C7C. Windows color (decimal): -4046085 or 16466626. OLE color: 16466626.
HSL color Cylindrical-coordinate representation of color #C242FB: hue angle of 281.51º degrees, saturation: 0.96, 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 #C242FB is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 66 | 251 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.02 |
| HSL | 281.51º | 0.96% | 0.62% | - |
| HSV(B) | 281.51º | 0.74% | 0.98% | - |
| XYZ | 41.61 | 22.33 | 93.38 | - |
| YUV | 125.36 | 198.91 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 251 | 0.23 | 0.74 | 0 | 0.02 | 281.51 | 0.96 | 0.62 |
| Hex | C2 | 42 | FB | 17 | 4A | 0 | 2 | 11A | 60 | 3E |
| Octal | 302 | 102 | 373 | 27 | 112 | 0 | 2 | 432 | 140 | 76 |
| Binary | 11000010 | 1000010 | 11111011 | 10111 | 1001010 | 0 | 10 | 100011010 | 1100000 | 111110 |
Color Harmonies of #C242FB
Complementary color
Monochromatic Colors of #C242FB
Black with #C242FB
Text Example
Text Example
White with #C242FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C242FB; }
p { color: rgb(194,66,251); }
H1.HeaderClassName
{
color: #C242FB;
}
.AnyTagClassName
{
color: #C242FB;
}
</style>
background-color css
<style>
a { background-color: #C242FB; }
a { background-color: rgb(194,66,251); }
div.DivClassName
{
background-color: #C242FB;
}
.BgClassName
{
background-color: #C242FB;
}
</style>
border-color css
<style>
span { border-color: #C242FB; }
span { border-color: rgb(194,66,251); }
td.TdClassName
{
border-color: #C242FB;
}
.TagClassName
{
border-color: #C242FB;
}
</style>