Shades of Medium Orchid #C354FB
Tints of Medium Orchid #C354FB
RGB
CMYK
RGB Variations
Color information
#C354FB (or 0xC354FB) is known color: Medium Orchid. HEX triplet: C3, 54 and FB. RGB value is (195,84,251). Sum of RGB (Red+Green+Blue) = 195+84+251=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 84 (33.20% from 255 or 15.85% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #C354FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C354FB is #3CAB04. Grayscale: #878787. Windows color (decimal): -3975941 or 16471235. OLE color: 16471235.
HSL color Cylindrical-coordinate representation of color #C354FB: hue angle of 279.88º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C354FB is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 84 | 251 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.02 |
| HSL | 279.88º | 0.95% | 0.66% | - |
| HSV(B) | 279.88º | 0.67% | 0.98% | - |
| XYZ | 43.09 | 24.91 | 93.8 | - |
| YUV | 136.23 | 192.77 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 84 | 251 | 0.22 | 0.67 | 0 | 0.02 | 279.88 | 0.95 | 0.66 |
| Hex | C3 | 54 | FB | 16 | 43 | 0 | 2 | 118 | 5F | 42 |
| Octal | 303 | 124 | 373 | 26 | 103 | 0 | 2 | 430 | 137 | 102 |
| Binary | 11000011 | 1010100 | 11111011 | 10110 | 1000011 | 0 | 10 | 100011000 | 1011111 | 1000010 |
Color Harmonies of #C354FB
Complementary color
Monochromatic Colors of #C354FB
Black with #C354FB
Text Example
Text Example
White with #C354FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C354FB; }
p { color: rgb(195,84,251); }
H1.HeaderClassName
{
color: #C354FB;
}
.AnyTagClassName
{
color: #C354FB;
}
</style>
background-color css
<style>
a { background-color: #C354FB; }
a { background-color: rgb(195,84,251); }
div.DivClassName
{
background-color: #C354FB;
}
.BgClassName
{
background-color: #C354FB;
}
</style>
border-color css
<style>
span { border-color: #C354FB; }
span { border-color: rgb(195,84,251); }
td.TdClassName
{
border-color: #C354FB;
}
.TagClassName
{
border-color: #C354FB;
}
</style>