Shades of Medium Orchid #C345D4
Tints of Medium Orchid #C345D4
RGB
CMYK
RGB Variations
Color information
#C345D4 (or 0xC345D4) is known color: Medium Orchid. HEX triplet: C3, 45 and D4. RGB value is (195,69,212). Sum of RGB (Red+Green+Blue) = 195+69+212=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 69 (27.34% from 255 or 14.50% from 476); Blue value is 212 (83.20% from 255 or 44.54% from 476); Max value from RGB is 212 - color contains mainly: blue. Hex color #C345D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C345D4 is #3CBA2B. Grayscale: #7A7A7A. Windows color (decimal): -3979820 or 13911491. OLE color: 13911491.
HSL color Cylindrical-coordinate representation of color #C345D4: hue angle of 292.87º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C345D4 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 195 | 69 | 212 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.17 |
| HSL | 292.87º | 0.62% | 0.55% | - |
| HSV(B) | 292.87º | 0.67% | 0.83% | - |
| XYZ | 36.52 | 20.61 | 64.34 | - |
| YUV | 122.98 | 178.24 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 212 | 0.08 | 0.67 | 0 | 0.17 | 292.87 | 0.62 | 0.55 |
| Hex | C3 | 45 | D4 | 8 | 43 | 0 | 11 | 125 | 3E | 37 |
| Octal | 303 | 105 | 324 | 10 | 103 | 0 | 21 | 445 | 76 | 67 |
| Binary | 11000011 | 1000101 | 11010100 | 1000 | 1000011 | 0 | 10001 | 100100101 | 111110 | 110111 |
Color Harmonies of #C345D4
Complementary color
Monochromatic Colors of #C345D4
Black with #C345D4
Text Example
Text Example
White with #C345D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C345D4; }
p { color: rgb(195,69,212); }
H1.HeaderClassName
{
color: #C345D4;
}
.AnyTagClassName
{
color: #C345D4;
}
</style>
background-color css
<style>
a { background-color: #C345D4; }
a { background-color: rgb(195,69,212); }
div.DivClassName
{
background-color: #C345D4;
}
.BgClassName
{
background-color: #C345D4;
}
</style>
border-color css
<style>
span { border-color: #C345D4; }
span { border-color: rgb(195,69,212); }
td.TdClassName
{
border-color: #C345D4;
}
.TagClassName
{
border-color: #C345D4;
}
</style>