Shades of Medium Orchid #C352CE
Tints of Medium Orchid #C352CE
RGB
CMYK
RGB Variations
Color information
#C352CE (or 0xC352CE) is known color: Medium Orchid. HEX triplet: C3, 52 and CE. RGB value is (195,82,206). Sum of RGB (Red+Green+Blue) = 195+82+206=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 82 (32.42% from 255 or 16.98% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #C352CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C352CE is #3CAD31. Grayscale: #818181. Windows color (decimal): -3976498 or 13521603. OLE color: 13521603.
HSL color Cylindrical-coordinate representation of color #C352CE: hue angle of 294.68º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C352CE is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 82 | 206 | - |
| CMYK | 0.05 | 0.60 | 0 | 0.19 |
| HSL | 294.68º | 0.56% | 0.56% | - |
| HSV(B) | 294.68º | 0.6% | 0.81% | - |
| XYZ | 36.66 | 22.09 | 60.72 | - |
| YUV | 129.92 | 170.94 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 82 | 206 | 0.05 | 0.60 | 0 | 0.19 | 294.68 | 0.56 | 0.56 |
| Hex | C3 | 52 | CE | 5 | 3C | 0 | 13 | 127 | 38 | 38 |
| Octal | 303 | 122 | 316 | 5 | 74 | 0 | 23 | 447 | 70 | 70 |
| Binary | 11000011 | 1010010 | 11001110 | 101 | 111100 | 0 | 10011 | 100100111 | 111000 | 111000 |
Color Harmonies of #C352CE
Complementary color
Monochromatic Colors of #C352CE
Black with #C352CE
Text Example
Text Example
White with #C352CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C352CE; }
p { color: rgb(195,82,206); }
H1.HeaderClassName
{
color: #C352CE;
}
.AnyTagClassName
{
color: #C352CE;
}
</style>
background-color css
<style>
a { background-color: #C352CE; }
a { background-color: rgb(195,82,206); }
div.DivClassName
{
background-color: #C352CE;
}
.BgClassName
{
background-color: #C352CE;
}
</style>
border-color css
<style>
span { border-color: #C352CE; }
span { border-color: rgb(195,82,206); }
td.TdClassName
{
border-color: #C352CE;
}
.TagClassName
{
border-color: #C352CE;
}
</style>