Shades of Medium Orchid #C345DC
Tints of Medium Orchid #C345DC
RGB
CMYK
RGB Variations
Color information
#C345DC (or 0xC345DC) is known color: Medium Orchid. HEX triplet: C3, 45 and DC. RGB value is (195,69,220). Sum of RGB (Red+Green+Blue) = 195+69+220=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 69 (27.34% from 255 or 14.26% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #C345DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C345DC is #3CBA23. Grayscale: #7B7B7B. Windows color (decimal): -3979812 or 14435779. OLE color: 14435779.
HSL color Cylindrical-coordinate representation of color #C345DC: hue angle of 290.07º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C345DC is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 69 | 220 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.14 |
| HSL | 290.07º | 0.68% | 0.57% | - |
| HSV(B) | 290.07º | 0.69% | 0.86% | - |
| XYZ | 37.55 | 21.03 | 69.79 | - |
| YUV | 123.89 | 182.24 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 220 | 0.11 | 0.69 | 0 | 0.14 | 290.07 | 0.68 | 0.57 |
| Hex | C3 | 45 | DC | B | 45 | 0 | E | 122 | 44 | 39 |
| Octal | 303 | 105 | 334 | 13 | 105 | 0 | 16 | 442 | 104 | 71 |
| Binary | 11000011 | 1000101 | 11011100 | 1011 | 1000101 | 0 | 1110 | 100100010 | 1000100 | 111001 |
Color Harmonies of #C345DC
Complementary color
Monochromatic Colors of #C345DC
Black with #C345DC
Text Example
Text Example
White with #C345DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C345DC; }
p { color: rgb(195,69,220); }
H1.HeaderClassName
{
color: #C345DC;
}
.AnyTagClassName
{
color: #C345DC;
}
</style>
background-color css
<style>
a { background-color: #C345DC; }
a { background-color: rgb(195,69,220); }
div.DivClassName
{
background-color: #C345DC;
}
.BgClassName
{
background-color: #C345DC;
}
</style>
border-color css
<style>
span { border-color: #C345DC; }
span { border-color: rgb(195,69,220); }
td.TdClassName
{
border-color: #C345DC;
}
.TagClassName
{
border-color: #C345DC;
}
</style>