Shades of Medium Orchid #C352E4
Tints of Medium Orchid #C352E4
RGB
CMYK
RGB Variations
Color information
#C352E4 (or 0xC352E4) is known color: Medium Orchid. HEX triplet: C3, 52 and E4. RGB value is (195,82,228). Sum of RGB (Red+Green+Blue) = 195+82+228=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 82 (32.42% from 255 or 16.24% from 505); Blue value is 228 (89.45% from 255 or 45.15% from 505); Max value from RGB is 228 - color contains mainly: blue. Hex color #C352E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C352E4 is #3CAD1B. Grayscale: #838383. Windows color (decimal): -3976476 or 14963395. OLE color: 14963395.
HSL color Cylindrical-coordinate representation of color #C352E4: hue angle of 286.44º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C352E4 is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 82 | 228 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.11 |
| HSL | 286.44º | 0.73% | 0.61% | - |
| HSV(B) | 286.44º | 0.64% | 0.89% | - |
| XYZ | 39.53 | 23.24 | 75.8 | - |
| YUV | 132.43 | 181.94 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 82 | 228 | 0.14 | 0.64 | 0 | 0.11 | 286.44 | 0.73 | 0.61 |
| Hex | C3 | 52 | E4 | E | 40 | 0 | B | 11E | 49 | 3D |
| Octal | 303 | 122 | 344 | 16 | 100 | 0 | 13 | 436 | 111 | 75 |
| Binary | 11000011 | 1010010 | 11100100 | 1110 | 1000000 | 0 | 1011 | 100011110 | 1001001 | 111101 |
Color Harmonies of #C352E4
Complementary color
Monochromatic Colors of #C352E4
Black with #C352E4
Text Example
Text Example
White with #C352E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C352E4; }
p { color: rgb(195,82,228); }
H1.HeaderClassName
{
color: #C352E4;
}
.AnyTagClassName
{
color: #C352E4;
}
</style>
background-color css
<style>
a { background-color: #C352E4; }
a { background-color: rgb(195,82,228); }
div.DivClassName
{
background-color: #C352E4;
}
.BgClassName
{
background-color: #C352E4;
}
</style>
border-color css
<style>
span { border-color: #C352E4; }
span { border-color: rgb(195,82,228); }
td.TdClassName
{
border-color: #C352E4;
}
.TagClassName
{
border-color: #C352E4;
}
</style>