Shades of Medium Orchid #C952DB
Tints of Medium Orchid #C952DB
RGB
CMYK
RGB Variations
Color information
#C952DB (or 0xC952DB) is known color: Medium Orchid. HEX triplet: C9, 52 and DB. RGB value is (201,82,219). Sum of RGB (Red+Green+Blue) = 201+82+219=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 82 (32.42% from 255 or 16.33% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #C952DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C952DB is #36AD24. Grayscale: #848484. Windows color (decimal): -3583269 or 14373577. OLE color: 14373577.
HSL color Cylindrical-coordinate representation of color #C952DB: hue angle of 292.12º 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 #C952DB is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 82 | 219 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.14 |
| HSL | 292.12º | 0.66% | 0.59% | - |
| HSV(B) | 292.12º | 0.63% | 0.86% | - |
| XYZ | 39.89 | 23.57 | 69.46 | - |
| YUV | 133.2 | 176.42 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 219 | 0.08 | 0.63 | 0 | 0.14 | 292.12 | 0.66 | 0.59 |
| Hex | C9 | 52 | DB | 8 | 3F | 0 | E | 124 | 42 | 3B |
| Octal | 311 | 122 | 333 | 10 | 77 | 0 | 16 | 444 | 102 | 73 |
| Binary | 11001001 | 1010010 | 11011011 | 1000 | 111111 | 0 | 1110 | 100100100 | 1000010 | 111011 |
Color Harmonies of #C952DB
Complementary color
Monochromatic Colors of #C952DB
Black with #C952DB
Text Example
Text Example
White with #C952DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C952DB; }
p { color: rgb(201,82,219); }
H1.HeaderClassName
{
color: #C952DB;
}
.AnyTagClassName
{
color: #C952DB;
}
</style>
background-color css
<style>
a { background-color: #C952DB; }
a { background-color: rgb(201,82,219); }
div.DivClassName
{
background-color: #C952DB;
}
.BgClassName
{
background-color: #C952DB;
}
</style>
border-color css
<style>
span { border-color: #C952DB; }
span { border-color: rgb(201,82,219); }
td.TdClassName
{
border-color: #C952DB;
}
.TagClassName
{
border-color: #C952DB;
}
</style>