Shades of Medium Orchid #C242FC
Tints of Medium Orchid #C242FC
RGB
CMYK
RGB Variations
Color information
#C242FC (or 0xC242FC) is known color: Medium Orchid. HEX triplet: C2, 42 and FC. RGB value is (194,66,252). Sum of RGB (Red+Green+Blue) = 194+66+252=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 66 (26.17% from 255 or 12.89% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #C242FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C242FC is #3DBD03. Grayscale: #7C7C7C. Windows color (decimal): -4046084 or 16532162. OLE color: 16532162.
HSL color Cylindrical-coordinate representation of color #C242FC: hue angle of 281.29º 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 #C242FC is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 66 | 252 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.01 |
| HSL | 281.29º | 0.97% | 0.62% | - |
| HSV(B) | 281.29º | 0.74% | 0.99% | - |
| XYZ | 41.77 | 22.39 | 94.22 | - |
| YUV | 125.48 | 199.41 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 252 | 0.23 | 0.74 | 0 | 0.01 | 281.29 | 0.97 | 0.62 |
| Hex | C2 | 42 | FC | 17 | 4A | 0 | 1 | 119 | 61 | 3E |
| Octal | 302 | 102 | 374 | 27 | 112 | 0 | 1 | 431 | 141 | 76 |
| Binary | 11000010 | 1000010 | 11111100 | 10111 | 1001010 | 0 | 1 | 100011001 | 1100001 | 111110 |
Color Harmonies of #C242FC
Complementary color
Monochromatic Colors of #C242FC
Black with #C242FC
Text Example
Text Example
White with #C242FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C242FC; }
p { color: rgb(194,66,252); }
H1.HeaderClassName
{
color: #C242FC;
}
.AnyTagClassName
{
color: #C242FC;
}
</style>
background-color css
<style>
a { background-color: #C242FC; }
a { background-color: rgb(194,66,252); }
div.DivClassName
{
background-color: #C242FC;
}
.BgClassName
{
background-color: #C242FC;
}
</style>
border-color css
<style>
span { border-color: #C242FC; }
span { border-color: rgb(194,66,252); }
td.TdClassName
{
border-color: #C242FC;
}
.TagClassName
{
border-color: #C242FC;
}
</style>