Shades of Medium Orchid #C345D7
Tints of Medium Orchid #C345D7
RGB
CMYK
RGB Variations
Color information
#C345D7 (or 0xC345D7) is known color: Medium Orchid. HEX triplet: C3, 45 and D7. RGB value is (195,69,215). Sum of RGB (Red+Green+Blue) = 195+69+215=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 69 (27.34% from 255 or 14.41% from 479); Blue value is 215 (84.38% from 255 or 44.89% from 479); Max value from RGB is 215 - color contains mainly: blue. Hex color #C345D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C345D7 is #3CBA28. Grayscale: #7A7A7A. Windows color (decimal): -3979817 or 14108099. OLE color: 14108099.
HSL color Cylindrical-coordinate representation of color #C345D7: hue angle of 291.78º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C345D7 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 69 | 215 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.16 |
| HSL | 291.78º | 0.65% | 0.56% | - |
| HSV(B) | 291.78º | 0.68% | 0.84% | - |
| XYZ | 36.9 | 20.76 | 66.35 | - |
| YUV | 123.32 | 179.74 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 215 | 0.09 | 0.68 | 0 | 0.16 | 291.78 | 0.65 | 0.56 |
| Hex | C3 | 45 | D7 | 9 | 44 | 0 | 10 | 124 | 41 | 38 |
| Octal | 303 | 105 | 327 | 11 | 104 | 0 | 20 | 444 | 101 | 70 |
| Binary | 11000011 | 1000101 | 11010111 | 1001 | 1000100 | 0 | 10000 | 100100100 | 1000001 | 111000 |
Color Harmonies of #C345D7
Complementary color
Monochromatic Colors of #C345D7
Black with #C345D7
Text Example
Text Example
White with #C345D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C345D7; }
p { color: rgb(195,69,215); }
H1.HeaderClassName
{
color: #C345D7;
}
.AnyTagClassName
{
color: #C345D7;
}
</style>
background-color css
<style>
a { background-color: #C345D7; }
a { background-color: rgb(195,69,215); }
div.DivClassName
{
background-color: #C345D7;
}
.BgClassName
{
background-color: #C345D7;
}
</style>
border-color css
<style>
span { border-color: #C345D7; }
span { border-color: rgb(195,69,215); }
td.TdClassName
{
border-color: #C345D7;
}
.TagClassName
{
border-color: #C345D7;
}
</style>