Shades of Medium Orchid #C353D6
Tints of Medium Orchid #C353D6
RGB
CMYK
RGB Variations
Color information
#C353D6 (or 0xC353D6) is known color: Medium Orchid. HEX triplet: C3, 53 and D6. RGB value is (195,83,214). Sum of RGB (Red+Green+Blue) = 195+83+214=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 83 (32.81% from 255 or 16.87% from 492); Blue value is 214 (83.98% from 255 or 43.50% from 492); Max value from RGB is 214 - color contains mainly: blue. Hex color #C353D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C353D6 is #3CAC29. Grayscale: #838383. Windows color (decimal): -3976234 or 14046147. OLE color: 14046147.
HSL color Cylindrical-coordinate representation of color #C353D6: hue angle of 291.3º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C353D6 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 83 | 214 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.16 |
| HSL | 291.3º | 0.62% | 0.58% | - |
| HSV(B) | 291.3º | 0.61% | 0.84% | - |
| XYZ | 37.74 | 22.64 | 66 | - |
| YUV | 131.42 | 174.61 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 83 | 214 | 0.09 | 0.61 | 0 | 0.16 | 291.3 | 0.62 | 0.58 |
| Hex | C3 | 53 | D6 | 9 | 3D | 0 | 10 | 123 | 3E | 3A |
| Octal | 303 | 123 | 326 | 11 | 75 | 0 | 20 | 443 | 76 | 72 |
| Binary | 11000011 | 1010011 | 11010110 | 1001 | 111101 | 0 | 10000 | 100100011 | 111110 | 111010 |
Color Harmonies of #C353D6
Complementary color
Monochromatic Colors of #C353D6
Black with #C353D6
Text Example
Text Example
White with #C353D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C353D6; }
p { color: rgb(195,83,214); }
H1.HeaderClassName
{
color: #C353D6;
}
.AnyTagClassName
{
color: #C353D6;
}
</style>
background-color css
<style>
a { background-color: #C353D6; }
a { background-color: rgb(195,83,214); }
div.DivClassName
{
background-color: #C353D6;
}
.BgClassName
{
background-color: #C353D6;
}
</style>
border-color css
<style>
span { border-color: #C353D6; }
span { border-color: rgb(195,83,214); }
td.TdClassName
{
border-color: #C353D6;
}
.TagClassName
{
border-color: #C353D6;
}
</style>