Shades of Medium Orchid #C345DA
Tints of Medium Orchid #C345DA
RGB
CMYK
RGB Variations
Color information
#C345DA (or 0xC345DA) is known color: Medium Orchid. HEX triplet: C3, 45 and DA. RGB value is (195,69,218). Sum of RGB (Red+Green+Blue) = 195+69+218=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 69 (27.34% from 255 or 14.32% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #C345DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C345DA is #3CBA25. Grayscale: #7B7B7B. Windows color (decimal): -3979814 or 14304707. OLE color: 14304707.
HSL color Cylindrical-coordinate representation of color #C345DA: hue angle of 290.74º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C345DA is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 69 | 218 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.15 |
| HSL | 290.74º | 0.67% | 0.56% | - |
| HSV(B) | 290.74º | 0.68% | 0.85% | - |
| XYZ | 37.29 | 20.92 | 68.4 | - |
| YUV | 123.66 | 181.24 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 218 | 0.11 | 0.68 | 0 | 0.15 | 290.74 | 0.67 | 0.56 |
| Hex | C3 | 45 | DA | B | 44 | 0 | F | 123 | 43 | 38 |
| Octal | 303 | 105 | 332 | 13 | 104 | 0 | 17 | 443 | 103 | 70 |
| Binary | 11000011 | 1000101 | 11011010 | 1011 | 1000100 | 0 | 1111 | 100100011 | 1000011 | 111000 |
Color Harmonies of #C345DA
Complementary color
Monochromatic Colors of #C345DA
Black with #C345DA
Text Example
Text Example
White with #C345DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C345DA; }
p { color: rgb(195,69,218); }
H1.HeaderClassName
{
color: #C345DA;
}
.AnyTagClassName
{
color: #C345DA;
}
</style>
background-color css
<style>
a { background-color: #C345DA; }
a { background-color: rgb(195,69,218); }
div.DivClassName
{
background-color: #C345DA;
}
.BgClassName
{
background-color: #C345DA;
}
</style>
border-color css
<style>
span { border-color: #C345DA; }
span { border-color: rgb(195,69,218); }
td.TdClassName
{
border-color: #C345DA;
}
.TagClassName
{
border-color: #C345DA;
}
</style>