Shades of Medium Orchid #C345DE
Tints of Medium Orchid #C345DE
RGB
CMYK
RGB Variations
Color information
#C345DE (or 0xC345DE) is known color: Medium Orchid. HEX triplet: C3, 45 and DE. RGB value is (195,69,222). Sum of RGB (Red+Green+Blue) = 195+69+222=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 69 (27.34% from 255 or 14.20% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #C345DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C345DE is #3CBA21. Grayscale: #7B7B7B. Windows color (decimal): -3979810 or 14566851. OLE color: 14566851.
HSL color Cylindrical-coordinate representation of color #C345DE: hue angle of 289.41º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C345DE is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 69 | 222 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.13 |
| HSL | 289.41º | 0.7% | 0.57% | - |
| HSV(B) | 289.41º | 0.69% | 0.87% | - |
| XYZ | 37.82 | 21.13 | 71.19 | - |
| YUV | 124.12 | 183.24 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 222 | 0.12 | 0.69 | 0 | 0.13 | 289.41 | 0.7 | 0.57 |
| Hex | C3 | 45 | DE | C | 45 | 0 | D | 121 | 46 | 39 |
| Octal | 303 | 105 | 336 | 14 | 105 | 0 | 15 | 441 | 106 | 71 |
| Binary | 11000011 | 1000101 | 11011110 | 1100 | 1000101 | 0 | 1101 | 100100001 | 1000110 | 111001 |
Color Harmonies of #C345DE
Complementary color
Monochromatic Colors of #C345DE
Black with #C345DE
Text Example
Text Example
White with #C345DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C345DE; }
p { color: rgb(195,69,222); }
H1.HeaderClassName
{
color: #C345DE;
}
.AnyTagClassName
{
color: #C345DE;
}
</style>
background-color css
<style>
a { background-color: #C345DE; }
a { background-color: rgb(195,69,222); }
div.DivClassName
{
background-color: #C345DE;
}
.BgClassName
{
background-color: #C345DE;
}
</style>
border-color css
<style>
span { border-color: #C345DE; }
span { border-color: rgb(195,69,222); }
td.TdClassName
{
border-color: #C345DE;
}
.TagClassName
{
border-color: #C345DE;
}
</style>