Shades of Medium Orchid #C352F2
Tints of Medium Orchid #C352F2
RGB
CMYK
RGB Variations
Color information
#C352F2 (or 0xC352F2) is known color: Medium Orchid. HEX triplet: C3, 52 and F2. RGB value is (195,82,242). Sum of RGB (Red+Green+Blue) = 195+82+242=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 82 (32.42% from 255 or 15.80% from 519); Blue value is 242 (94.92% from 255 or 46.63% from 519); Max value from RGB is 242 - color contains mainly: blue. Hex color #C352F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C352F2 is #3CAD0D. Grayscale: #858585. Windows color (decimal): -3976462 or 15880899. OLE color: 15880899.
HSL color Cylindrical-coordinate representation of color #C352F2: hue angle of 282.38º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C352F2 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 195 | 82 | 242 | - |
CMYK | 0.19 | 0.66 | 0 | 0.05 |
HSL | 282.38º | 0.86% | 0.64% | - |
HSV(B) | 282.38º | 0.66% | 0.95% | - |
XYZ | 41.55 | 24.05 | 86.46 | - |
YUV | 134.03 | 188.94 | 171.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 82 | 242 | 0.19 | 0.66 | 0 | 0.05 | 282.38 | 0.86 | 0.64 |
Hex | C3 | 52 | F2 | 13 | 42 | 0 | 5 | 11A | 56 | 40 |
Octal | 303 | 122 | 362 | 23 | 102 | 0 | 5 | 432 | 126 | 100 |
Binary | 11000011 | 1010010 | 11110010 | 10011 | 1000010 | 0 | 101 | 100011010 | 1010110 | 1000000 |
Color Harmonies of #C352F2
Complementary color
Monochromatic Colors of #C352F2
Black with #C352F2
Text Example
Text Example
White with #C352F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C352F2; }
p { color: rgb(195,82,242); }
H1.HeaderClassName
{
color: #C352F2;
}
.AnyTagClassName
{
color: #C352F2;
}
</style>
background-color css
<style>
a { background-color: #C352F2; }
a { background-color: rgb(195,82,242); }
div.DivClassName
{
background-color: #C352F2;
}
.BgClassName
{
background-color: #C352F2;
}
</style>
border-color css
<style>
span { border-color: #C352F2; }
span { border-color: rgb(195,82,242); }
td.TdClassName
{
border-color: #C352F2;
}
.TagClassName
{
border-color: #C352F2;
}
</style>