Shades of Medium Orchid #C340FE
Tints of Medium Orchid #C340FE
RGB
CMYK
RGB Variations
Color information
#C340FE (or 0xC340FE) is known color: Medium Orchid. HEX triplet: C3, 40 and FE. RGB value is (195,64,254). Sum of RGB (Red+Green+Blue) = 195+64+254=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 64 (25.39% from 255 or 12.48% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #C340FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C340FE is #3CBF01. Grayscale: #7C7C7C. Windows color (decimal): -3981058 or 16662723. OLE color: 16662723.
HSL color Cylindrical-coordinate representation of color #C340FE: hue angle of 281.37º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C340FE is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 64 | 254 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.00 |
| HSL | 281.37º | 0.99% | 0.62% | - |
| HSV(B) | 281.37º | 0.75% | 1% | - |
| XYZ | 42.23 | 22.42 | 95.87 | - |
| YUV | 124.83 | 200.9 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 64 | 254 | 0.23 | 0.75 | 0 | 0.00 | 281.37 | 0.99 | 0.62 |
| Hex | C3 | 40 | FE | 17 | 4B | 0 | 0 | 119 | 63 | 3E |
| Octal | 303 | 100 | 376 | 27 | 113 | 0 | 0 | 431 | 143 | 76 |
| Binary | 11000011 | 1000000 | 11111110 | 10111 | 1001011 | 0 | 0 | 100011001 | 1100011 | 111110 |
Color Harmonies of #C340FE
Complementary color
Monochromatic Colors of #C340FE
Black with #C340FE
Text Example
Text Example
White with #C340FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C340FE; }
p { color: rgb(195,64,254); }
H1.HeaderClassName
{
color: #C340FE;
}
.AnyTagClassName
{
color: #C340FE;
}
</style>
background-color css
<style>
a { background-color: #C340FE; }
a { background-color: rgb(195,64,254); }
div.DivClassName
{
background-color: #C340FE;
}
.BgClassName
{
background-color: #C340FE;
}
</style>
border-color css
<style>
span { border-color: #C340FE; }
span { border-color: rgb(195,64,254); }
td.TdClassName
{
border-color: #C340FE;
}
.TagClassName
{
border-color: #C340FE;
}
</style>