Shades of Medium Orchid #C340FC
Tints of Medium Orchid #C340FC
RGB
CMYK
RGB Variations
Color information
#C340FC (or 0xC340FC) is known color: Medium Orchid. HEX triplet: C3, 40 and FC. RGB value is (195,64,252). Sum of RGB (Red+Green+Blue) = 195+64+252=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 64 (25.39% from 255 or 12.52% 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 #C340FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C340FC is #3CBF03. Grayscale: #7B7B7B. Windows color (decimal): -3981060 or 16531651. OLE color: 16531651.
HSL color Cylindrical-coordinate representation of color #C340FC: hue angle of 281.81º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C340FC is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 64 | 252 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.01 |
| HSL | 281.81º | 0.97% | 0.62% | - |
| HSV(B) | 281.81º | 0.75% | 0.99% | - |
| XYZ | 41.91 | 22.3 | 94.19 | - |
| YUV | 124.6 | 199.9 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 64 | 252 | 0.23 | 0.75 | 0 | 0.01 | 281.81 | 0.97 | 0.62 |
| Hex | C3 | 40 | FC | 17 | 4B | 0 | 1 | 11A | 61 | 3E |
| Octal | 303 | 100 | 374 | 27 | 113 | 0 | 1 | 432 | 141 | 76 |
| Binary | 11000011 | 1000000 | 11111100 | 10111 | 1001011 | 0 | 1 | 100011010 | 1100001 | 111110 |
Color Harmonies of #C340FC
Complementary color
Monochromatic Colors of #C340FC
Black with #C340FC
Text Example
Text Example
White with #C340FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C340FC; }
p { color: rgb(195,64,252); }
H1.HeaderClassName
{
color: #C340FC;
}
.AnyTagClassName
{
color: #C340FC;
}
</style>
background-color css
<style>
a { background-color: #C340FC; }
a { background-color: rgb(195,64,252); }
div.DivClassName
{
background-color: #C340FC;
}
.BgClassName
{
background-color: #C340FC;
}
</style>
border-color css
<style>
span { border-color: #C340FC; }
span { border-color: rgb(195,64,252); }
td.TdClassName
{
border-color: #C340FC;
}
.TagClassName
{
border-color: #C340FC;
}
</style>