Shades of Medium Orchid #C345DB
Tints of Medium Orchid #C345DB
RGB
CMYK
RGB Variations
Color information
#C345DB (or 0xC345DB) is known color: Medium Orchid. HEX triplet: C3, 45 and DB. RGB value is (195,69,219). Sum of RGB (Red+Green+Blue) = 195+69+219=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 69 (27.34% from 255 or 14.29% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #C345DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C345DB is #3CBA24. Grayscale: #7B7B7B. Windows color (decimal): -3979813 or 14370243. OLE color: 14370243.
HSL color Cylindrical-coordinate representation of color #C345DB: hue angle of 290.4º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C345DB is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 69 | 219 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.14 |
| HSL | 290.4º | 0.68% | 0.56% | - |
| HSV(B) | 290.4º | 0.68% | 0.86% | - |
| XYZ | 37.42 | 20.97 | 69.09 | - |
| YUV | 123.77 | 181.74 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 219 | 0.11 | 0.68 | 0 | 0.14 | 290.4 | 0.68 | 0.56 |
| Hex | C3 | 45 | DB | B | 44 | 0 | E | 122 | 44 | 38 |
| Octal | 303 | 105 | 333 | 13 | 104 | 0 | 16 | 442 | 104 | 70 |
| Binary | 11000011 | 1000101 | 11011011 | 1011 | 1000100 | 0 | 1110 | 100100010 | 1000100 | 111000 |
Color Harmonies of #C345DB
Complementary color
Monochromatic Colors of #C345DB
Black with #C345DB
Text Example
Text Example
White with #C345DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C345DB; }
p { color: rgb(195,69,219); }
H1.HeaderClassName
{
color: #C345DB;
}
.AnyTagClassName
{
color: #C345DB;
}
</style>
background-color css
<style>
a { background-color: #C345DB; }
a { background-color: rgb(195,69,219); }
div.DivClassName
{
background-color: #C345DB;
}
.BgClassName
{
background-color: #C345DB;
}
</style>
border-color css
<style>
span { border-color: #C345DB; }
span { border-color: rgb(195,69,219); }
td.TdClassName
{
border-color: #C345DB;
}
.TagClassName
{
border-color: #C345DB;
}
</style>