Shades of Medium Orchid #C340FB
Tints of Medium Orchid #C340FB
RGB
CMYK
RGB Variations
Color information
#C340FB (or 0xC340FB) is known color: Medium Orchid. HEX triplet: C3, 40 and FB. RGB value is (195,64,251). Sum of RGB (Red+Green+Blue) = 195+64+251=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 64 (25.39% from 255 or 12.55% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #C340FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C340FB is #3CBF04. Grayscale: #7B7B7B. Windows color (decimal): -3981061 or 16466115. OLE color: 16466115.
HSL color Cylindrical-coordinate representation of color #C340FB: hue angle of 282.03º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C340FB is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 64 | 251 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.02 |
| HSL | 282.03º | 0.96% | 0.62% | - |
| HSV(B) | 282.03º | 0.75% | 0.98% | - |
| XYZ | 41.75 | 22.23 | 93.36 | - |
| YUV | 124.49 | 199.4 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 64 | 251 | 0.22 | 0.75 | 0 | 0.02 | 282.03 | 0.96 | 0.62 |
| Hex | C3 | 40 | FB | 16 | 4B | 0 | 2 | 11A | 60 | 3E |
| Octal | 303 | 100 | 373 | 26 | 113 | 0 | 2 | 432 | 140 | 76 |
| Binary | 11000011 | 1000000 | 11111011 | 10110 | 1001011 | 0 | 10 | 100011010 | 1100000 | 111110 |
Color Harmonies of #C340FB
Complementary color
Monochromatic Colors of #C340FB
Black with #C340FB
Text Example
Text Example
White with #C340FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C340FB; }
p { color: rgb(195,64,251); }
H1.HeaderClassName
{
color: #C340FB;
}
.AnyTagClassName
{
color: #C340FB;
}
</style>
background-color css
<style>
a { background-color: #C340FB; }
a { background-color: rgb(195,64,251); }
div.DivClassName
{
background-color: #C340FB;
}
.BgClassName
{
background-color: #C340FB;
}
</style>
border-color css
<style>
span { border-color: #C340FB; }
span { border-color: rgb(195,64,251); }
td.TdClassName
{
border-color: #C340FB;
}
.TagClassName
{
border-color: #C340FB;
}
</style>