Shades of Medium Orchid #C352DD
Tints of Medium Orchid #C352DD
RGB
CMYK
RGB Variations
Color information
#C352DD (or 0xC352DD) is known color: Medium Orchid. HEX triplet: C3, 52 and DD. RGB value is (195,82,221). Sum of RGB (Red+Green+Blue) = 195+82+221=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 82 (32.42% from 255 or 16.47% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #C352DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C352DD is #3CAD22. Grayscale: #838383. Windows color (decimal): -3976483 or 14504643. OLE color: 14504643.
HSL color Cylindrical-coordinate representation of color #C352DD: hue angle of 288.78º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C352DD is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 82 | 221 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.13 |
| HSL | 288.78º | 0.67% | 0.59% | - |
| HSV(B) | 288.78º | 0.63% | 0.87% | - |
| XYZ | 38.57 | 22.86 | 70.79 | - |
| YUV | 131.63 | 178.44 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 82 | 221 | 0.12 | 0.63 | 0 | 0.13 | 288.78 | 0.67 | 0.59 |
| Hex | C3 | 52 | DD | C | 3F | 0 | D | 121 | 43 | 3B |
| Octal | 303 | 122 | 335 | 14 | 77 | 0 | 15 | 441 | 103 | 73 |
| Binary | 11000011 | 1010010 | 11011101 | 1100 | 111111 | 0 | 1101 | 100100001 | 1000011 | 111011 |
Color Harmonies of #C352DD
Complementary color
Monochromatic Colors of #C352DD
Black with #C352DD
Text Example
Text Example
White with #C352DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C352DD; }
p { color: rgb(195,82,221); }
H1.HeaderClassName
{
color: #C352DD;
}
.AnyTagClassName
{
color: #C352DD;
}
</style>
background-color css
<style>
a { background-color: #C352DD; }
a { background-color: rgb(195,82,221); }
div.DivClassName
{
background-color: #C352DD;
}
.BgClassName
{
background-color: #C352DD;
}
</style>
border-color css
<style>
span { border-color: #C352DD; }
span { border-color: rgb(195,82,221); }
td.TdClassName
{
border-color: #C352DD;
}
.TagClassName
{
border-color: #C352DD;
}
</style>