Shades of Medium Orchid #C351DB
Tints of Medium Orchid #C351DB
RGB
CMYK
RGB Variations
Color information
#C351DB (or 0xC351DB) is known color: Medium Orchid. HEX triplet: C3, 51 and DB. RGB value is (195,81,219). Sum of RGB (Red+Green+Blue) = 195+81+219=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 81 (32.03% from 255 or 16.36% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #C351DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C351DB is #3CAE24. Grayscale: #828282. Windows color (decimal): -3976741 or 14373315. OLE color: 14373315.
HSL color Cylindrical-coordinate representation of color #C351DB: hue angle of 289.57º 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 #C351DB is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 81 | 219 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.14 |
| HSL | 289.57º | 0.66% | 0.59% | - |
| HSV(B) | 289.57º | 0.63% | 0.86% | - |
| XYZ | 38.23 | 22.6 | 69.37 | - |
| YUV | 130.82 | 177.77 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 219 | 0.11 | 0.63 | 0 | 0.14 | 289.57 | 0.66 | 0.59 |
| Hex | C3 | 51 | DB | B | 3F | 0 | E | 122 | 42 | 3B |
| Octal | 303 | 121 | 333 | 13 | 77 | 0 | 16 | 442 | 102 | 73 |
| Binary | 11000011 | 1010001 | 11011011 | 1011 | 111111 | 0 | 1110 | 100100010 | 1000010 | 111011 |
Color Harmonies of #C351DB
Complementary color
Monochromatic Colors of #C351DB
Black with #C351DB
Text Example
Text Example
White with #C351DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C351DB; }
p { color: rgb(195,81,219); }
H1.HeaderClassName
{
color: #C351DB;
}
.AnyTagClassName
{
color: #C351DB;
}
</style>
background-color css
<style>
a { background-color: #C351DB; }
a { background-color: rgb(195,81,219); }
div.DivClassName
{
background-color: #C351DB;
}
.BgClassName
{
background-color: #C351DB;
}
</style>
border-color css
<style>
span { border-color: #C351DB; }
span { border-color: rgb(195,81,219); }
td.TdClassName
{
border-color: #C351DB;
}
.TagClassName
{
border-color: #C351DB;
}
</style>