Shades of Medium Orchid #C342FA
Tints of Medium Orchid #C342FA
RGB
CMYK
RGB Variations
Color information
#C342FA (or 0xC342FA) is known color: Medium Orchid. HEX triplet: C3, 42 and FA. RGB value is (195,66,250). Sum of RGB (Red+Green+Blue) = 195+66+250=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 66 (26.17% from 255 or 12.92% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #C342FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C342FA is #3CBD05. Grayscale: #7C7C7C. Windows color (decimal): -3980550 or 16401091. OLE color: 16401091.
HSL color Cylindrical-coordinate representation of color #C342FA: hue angle of 282.07º 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 #C342FA is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 66 | 250 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.02 |
| HSL | 282.07º | 0.95% | 0.62% | - |
| HSV(B) | 282.07º | 0.74% | 0.98% | - |
| XYZ | 41.71 | 22.4 | 92.57 | - |
| YUV | 125.55 | 198.24 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 250 | 0.22 | 0.74 | 0 | 0.02 | 282.07 | 0.95 | 0.62 |
| Hex | C3 | 42 | FA | 16 | 4A | 0 | 2 | 11A | 5F | 3E |
| Octal | 303 | 102 | 372 | 26 | 112 | 0 | 2 | 432 | 137 | 76 |
| Binary | 11000011 | 1000010 | 11111010 | 10110 | 1001010 | 0 | 10 | 100011010 | 1011111 | 111110 |
Color Harmonies of #C342FA
Complementary color
Monochromatic Colors of #C342FA
Black with #C342FA
Text Example
Text Example
White with #C342FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C342FA; }
p { color: rgb(195,66,250); }
H1.HeaderClassName
{
color: #C342FA;
}
.AnyTagClassName
{
color: #C342FA;
}
</style>
background-color css
<style>
a { background-color: #C342FA; }
a { background-color: rgb(195,66,250); }
div.DivClassName
{
background-color: #C342FA;
}
.BgClassName
{
background-color: #C342FA;
}
</style>
border-color css
<style>
span { border-color: #C342FA; }
span { border-color: rgb(195,66,250); }
td.TdClassName
{
border-color: #C342FA;
}
.TagClassName
{
border-color: #C342FA;
}
</style>