Shades of Medium Orchid #C352D3
Tints of Medium Orchid #C352D3
RGB
CMYK
RGB Variations
Color information
#C352D3 (or 0xC352D3) is known color: Medium Orchid. HEX triplet: C3, 52 and D3. RGB value is (195,82,211). Sum of RGB (Red+Green+Blue) = 195+82+211=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 82 (32.42% from 255 or 16.80% from 488); Blue value is 211 (82.81% from 255 or 43.24% from 488); Max value from RGB is 211 - color contains mainly: blue. Hex color #C352D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C352D3 is #3CAD2C. Grayscale: #828282. Windows color (decimal): -3976493 or 13849283. OLE color: 13849283.
HSL color Cylindrical-coordinate representation of color #C352D3: hue angle of 292.56º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C352D3 is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 195 | 82 | 211 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.17 |
| HSL | 292.56º | 0.59% | 0.57% | - |
| HSV(B) | 292.56º | 0.61% | 0.83% | - |
| XYZ | 37.28 | 22.34 | 63.98 | - |
| YUV | 130.49 | 173.44 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 82 | 211 | 0.08 | 0.61 | 0 | 0.17 | 292.56 | 0.59 | 0.57 |
| Hex | C3 | 52 | D3 | 8 | 3D | 0 | 11 | 125 | 3B | 39 |
| Octal | 303 | 122 | 323 | 10 | 75 | 0 | 21 | 445 | 73 | 71 |
| Binary | 11000011 | 1010010 | 11010011 | 1000 | 111101 | 0 | 10001 | 100100101 | 111011 | 111001 |
Color Harmonies of #C352D3
Complementary color
Monochromatic Colors of #C352D3
Black with #C352D3
Text Example
Text Example
White with #C352D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C352D3; }
p { color: rgb(195,82,211); }
H1.HeaderClassName
{
color: #C352D3;
}
.AnyTagClassName
{
color: #C352D3;
}
</style>
background-color css
<style>
a { background-color: #C352D3; }
a { background-color: rgb(195,82,211); }
div.DivClassName
{
background-color: #C352D3;
}
.BgClassName
{
background-color: #C352D3;
}
</style>
border-color css
<style>
span { border-color: #C352D3; }
span { border-color: rgb(195,82,211); }
td.TdClassName
{
border-color: #C352D3;
}
.TagClassName
{
border-color: #C352D3;
}
</style>