Shades of Medium Orchid #C352DB
Tints of Medium Orchid #C352DB
RGB
CMYK
RGB Variations
Color information
#C352DB (or 0xC352DB) is known color: Medium Orchid. HEX triplet: C3, 52 and DB. RGB value is (195,82,219). Sum of RGB (Red+Green+Blue) = 195+82+219=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 82 (32.42% from 255 or 16.53% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #C352DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C352DB is #3CAD24. Grayscale: #828282. Windows color (decimal): -3976485 or 14373571. OLE color: 14373571.
HSL color Cylindrical-coordinate representation of color #C352DB: hue angle of 289.49º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C352DB is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 82 | 219 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.14 |
| HSL | 289.49º | 0.66% | 0.59% | - |
| HSV(B) | 289.49º | 0.63% | 0.86% | - |
| XYZ | 38.31 | 22.75 | 69.39 | - |
| YUV | 131.41 | 177.44 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 82 | 219 | 0.11 | 0.63 | 0 | 0.14 | 289.49 | 0.66 | 0.59 |
| Hex | C3 | 52 | DB | B | 3F | 0 | E | 121 | 42 | 3B |
| Octal | 303 | 122 | 333 | 13 | 77 | 0 | 16 | 441 | 102 | 73 |
| Binary | 11000011 | 1010010 | 11011011 | 1011 | 111111 | 0 | 1110 | 100100001 | 1000010 | 111011 |
Color Harmonies of #C352DB
Complementary color
Monochromatic Colors of #C352DB
Black with #C352DB
Text Example
Text Example
White with #C352DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C352DB; }
p { color: rgb(195,82,219); }
H1.HeaderClassName
{
color: #C352DB;
}
.AnyTagClassName
{
color: #C352DB;
}
</style>
background-color css
<style>
a { background-color: #C352DB; }
a { background-color: rgb(195,82,219); }
div.DivClassName
{
background-color: #C352DB;
}
.BgClassName
{
background-color: #C352DB;
}
</style>
border-color css
<style>
span { border-color: #C352DB; }
span { border-color: rgb(195,82,219); }
td.TdClassName
{
border-color: #C352DB;
}
.TagClassName
{
border-color: #C352DB;
}
</style>