Shades of Medium Orchid #C340FF
Tints of Medium Orchid #C340FF
RGB
CMYK
RGB Variations
Color information
#C340FF (or 0xC340FF) is known color: Medium Orchid. HEX triplet: C3, 40 and FF. RGB value is (195,64,255). Sum of RGB (Red+Green+Blue) = 195+64+255=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 64 (25.39% from 255 or 12.45% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #C340FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C340FF is #3CBF00. Grayscale: #7C7C7C. Windows color (decimal): -3981057 or 16728259. OLE color: 16728259.
HSL color Cylindrical-coordinate representation of color #C340FF: hue angle of 281.15º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C340FF is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 64 | 255 | - |
| CMYK | 0.24 | 0.75 | 0 | 0 |
| HSL | 281.15º | 1% | 0.63% | - |
| HSV(B) | 281.15º | 0.75% | 1% | - |
| XYZ | 42.39 | 22.49 | 96.71 | - |
| YUV | 124.94 | 201.4 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 64 | 255 | 0.24 | 0.75 | 0 | 0 | 281.15 | 1 | 0.63 |
| Hex | C3 | 40 | FF | 18 | 4B | 0 | 0 | 119 | 64 | 3F |
| Octal | 303 | 100 | 377 | 30 | 113 | 0 | 0 | 431 | 144 | 77 |
| Binary | 11000011 | 1000000 | 11111111 | 11000 | 1001011 | 0 | 0 | 100011001 | 1100100 | 111111 |
Color Harmonies of #C340FF
Complementary color
Monochromatic Colors of #C340FF
Black with #C340FF
Text Example
Text Example
White with #C340FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C340FF; }
p { color: rgb(195,64,255); }
H1.HeaderClassName
{
color: #C340FF;
}
.AnyTagClassName
{
color: #C340FF;
}
</style>
background-color css
<style>
a { background-color: #C340FF; }
a { background-color: rgb(195,64,255); }
div.DivClassName
{
background-color: #C340FF;
}
.BgClassName
{
background-color: #C340FF;
}
</style>
border-color css
<style>
span { border-color: #C340FF; }
span { border-color: rgb(195,64,255); }
td.TdClassName
{
border-color: #C340FF;
}
.TagClassName
{
border-color: #C340FF;
}
</style>