Shades of Medium Orchid #C340FA
Tints of Medium Orchid #C340FA
RGB
CMYK
RGB Variations
Color information
#C340FA (or 0xC340FA) is known color: Medium Orchid. HEX triplet: C3, 40 and FA. RGB value is (195,64,250). Sum of RGB (Red+Green+Blue) = 195+64+250=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 64 (25.39% from 255 or 12.57% 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 #C340FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C340FA is #3CBF05. Grayscale: #7B7B7B. Windows color (decimal): -3981062 or 16400579. OLE color: 16400579.
HSL color Cylindrical-coordinate representation of color #C340FA: hue angle of 282.26º 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 #C340FA is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 64 | 250 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.02 |
| HSL | 282.26º | 0.95% | 0.62% | - |
| HSV(B) | 282.26º | 0.74% | 0.98% | - |
| XYZ | 41.59 | 22.17 | 92.53 | - |
| YUV | 124.37 | 198.9 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 64 | 250 | 0.22 | 0.74 | 0 | 0.02 | 282.26 | 0.95 | 0.62 |
| Hex | C3 | 40 | FA | 16 | 4A | 0 | 2 | 11A | 5F | 3E |
| Octal | 303 | 100 | 372 | 26 | 112 | 0 | 2 | 432 | 137 | 76 |
| Binary | 11000011 | 1000000 | 11111010 | 10110 | 1001010 | 0 | 10 | 100011010 | 1011111 | 111110 |
Color Harmonies of #C340FA
Complementary color
Monochromatic Colors of #C340FA
Black with #C340FA
Text Example
Text Example
White with #C340FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C340FA; }
p { color: rgb(195,64,250); }
H1.HeaderClassName
{
color: #C340FA;
}
.AnyTagClassName
{
color: #C340FA;
}
</style>
background-color css
<style>
a { background-color: #C340FA; }
a { background-color: rgb(195,64,250); }
div.DivClassName
{
background-color: #C340FA;
}
.BgClassName
{
background-color: #C340FA;
}
</style>
border-color css
<style>
span { border-color: #C340FA; }
span { border-color: rgb(195,64,250); }
td.TdClassName
{
border-color: #C340FA;
}
.TagClassName
{
border-color: #C340FA;
}
</style>