Shades of Medium Orchid #C354DA
Tints of Medium Orchid #C354DA
RGB
CMYK
RGB Variations
Color information
#C354DA (or 0xC354DA) is known color: Medium Orchid. HEX triplet: C3, 54 and DA. RGB value is (195,84,218). Sum of RGB (Red+Green+Blue) = 195+84+218=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 84 (33.20% from 255 or 16.90% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #C354DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C354DA is #3CAB25. Grayscale: #848484. Windows color (decimal): -3975974 or 14308547. OLE color: 14308547.
HSL color Cylindrical-coordinate representation of color #C354DA: hue angle of 289.7º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C354DA is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 84 | 218 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.15 |
| HSL | 289.7º | 0.64% | 0.59% | - |
| HSV(B) | 289.7º | 0.61% | 0.85% | - |
| XYZ | 38.33 | 23 | 68.75 | - |
| YUV | 132.47 | 176.27 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 84 | 218 | 0.11 | 0.61 | 0 | 0.15 | 289.7 | 0.64 | 0.59 |
| Hex | C3 | 54 | DA | B | 3D | 0 | F | 122 | 40 | 3B |
| Octal | 303 | 124 | 332 | 13 | 75 | 0 | 17 | 442 | 100 | 73 |
| Binary | 11000011 | 1010100 | 11011010 | 1011 | 111101 | 0 | 1111 | 100100010 | 1000000 | 111011 |
Color Harmonies of #C354DA
Complementary color
Monochromatic Colors of #C354DA
Black with #C354DA
Text Example
Text Example
White with #C354DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C354DA; }
p { color: rgb(195,84,218); }
H1.HeaderClassName
{
color: #C354DA;
}
.AnyTagClassName
{
color: #C354DA;
}
</style>
background-color css
<style>
a { background-color: #C354DA; }
a { background-color: rgb(195,84,218); }
div.DivClassName
{
background-color: #C354DA;
}
.BgClassName
{
background-color: #C354DA;
}
</style>
border-color css
<style>
span { border-color: #C354DA; }
span { border-color: rgb(195,84,218); }
td.TdClassName
{
border-color: #C354DA;
}
.TagClassName
{
border-color: #C354DA;
}
</style>