Shades of Medium Orchid #C352D4
Tints of Medium Orchid #C352D4
RGB
CMYK
RGB Variations
Color information
#C352D4 (or 0xC352D4) is known color: Medium Orchid. HEX triplet: C3, 52 and D4. RGB value is (195,82,212). Sum of RGB (Red+Green+Blue) = 195+82+212=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 82 (32.42% from 255 or 16.77% from 489); Blue value is 212 (83.20% from 255 or 43.35% from 489); Max value from RGB is 212 - color contains mainly: blue. Hex color #C352D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C352D4 is #3CAD2B. Grayscale: #828282. Windows color (decimal): -3976492 or 13914819. OLE color: 13914819.
HSL color Cylindrical-coordinate representation of color #C352D4: hue angle of 292.15º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C352D4 is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 195 | 82 | 212 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.17 |
| HSL | 292.15º | 0.6% | 0.58% | - |
| HSV(B) | 292.15º | 0.61% | 0.83% | - |
| XYZ | 37.41 | 22.39 | 64.64 | - |
| YUV | 130.61 | 173.94 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 82 | 212 | 0.08 | 0.61 | 0 | 0.17 | 292.15 | 0.6 | 0.58 |
| Hex | C3 | 52 | D4 | 8 | 3D | 0 | 11 | 124 | 3C | 3A |
| Octal | 303 | 122 | 324 | 10 | 75 | 0 | 21 | 444 | 74 | 72 |
| Binary | 11000011 | 1010010 | 11010100 | 1000 | 111101 | 0 | 10001 | 100100100 | 111100 | 111010 |
Color Harmonies of #C352D4
Complementary color
Monochromatic Colors of #C352D4
Black with #C352D4
Text Example
Text Example
White with #C352D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C352D4; }
p { color: rgb(195,82,212); }
H1.HeaderClassName
{
color: #C352D4;
}
.AnyTagClassName
{
color: #C352D4;
}
</style>
background-color css
<style>
a { background-color: #C352D4; }
a { background-color: rgb(195,82,212); }
div.DivClassName
{
background-color: #C352D4;
}
.BgClassName
{
background-color: #C352D4;
}
</style>
border-color css
<style>
span { border-color: #C352D4; }
span { border-color: rgb(195,82,212); }
td.TdClassName
{
border-color: #C352D4;
}
.TagClassName
{
border-color: #C352D4;
}
</style>