Shades of Medium Orchid #C354DF
Tints of Medium Orchid #C354DF
RGB
CMYK
RGB Variations
Color information
#C354DF (or 0xC354DF) is known color: Medium Orchid. HEX triplet: C3, 54 and DF. RGB value is (195,84,223). Sum of RGB (Red+Green+Blue) = 195+84+223=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 84 (33.20% from 255 or 16.73% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #C354DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C354DF is #3CAB20. Grayscale: #848484. Windows color (decimal): -3975969 or 14636227. OLE color: 14636227.
HSL color Cylindrical-coordinate representation of color #C354DF: hue angle of 287.91º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C354DF is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 84 | 223 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.13 |
| HSL | 287.91º | 0.68% | 0.6% | - |
| HSV(B) | 287.91º | 0.62% | 0.87% | - |
| XYZ | 39 | 23.27 | 72.25 | - |
| YUV | 133.04 | 178.77 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 84 | 223 | 0.13 | 0.62 | 0 | 0.13 | 287.91 | 0.68 | 0.6 |
| Hex | C3 | 54 | DF | D | 3E | 0 | D | 120 | 44 | 3C |
| Octal | 303 | 124 | 337 | 15 | 76 | 0 | 15 | 440 | 104 | 74 |
| Binary | 11000011 | 1010100 | 11011111 | 1101 | 111110 | 0 | 1101 | 100100000 | 1000100 | 111100 |
Color Harmonies of #C354DF
Complementary color
Monochromatic Colors of #C354DF
Black with #C354DF
Text Example
Text Example
White with #C354DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C354DF; }
p { color: rgb(195,84,223); }
H1.HeaderClassName
{
color: #C354DF;
}
.AnyTagClassName
{
color: #C354DF;
}
</style>
background-color css
<style>
a { background-color: #C354DF; }
a { background-color: rgb(195,84,223); }
div.DivClassName
{
background-color: #C354DF;
}
.BgClassName
{
background-color: #C354DF;
}
</style>
border-color css
<style>
span { border-color: #C354DF; }
span { border-color: rgb(195,84,223); }
td.TdClassName
{
border-color: #C354DF;
}
.TagClassName
{
border-color: #C354DF;
}
</style>