Shades of Medium Orchid #C345CF
Tints of Medium Orchid #C345CF
RGB
CMYK
RGB Variations
Color information
#C345CF (or 0xC345CF) is known color: Medium Orchid. HEX triplet: C3, 45 and CF. RGB value is (195,69,207). Sum of RGB (Red+Green+Blue) = 195+69+207=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 69 (27.34% from 255 or 14.65% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #C345CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C345CF is #3CBA30. Grayscale: #797979. Windows color (decimal): -3979825 or 13583811. OLE color: 13583811.
HSL color Cylindrical-coordinate representation of color #C345CF: hue angle of 294.78º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C345CF is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 69 | 207 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.19 |
| HSL | 294.78º | 0.59% | 0.54% | - |
| HSV(B) | 294.78º | 0.67% | 0.81% | - |
| XYZ | 35.9 | 20.36 | 61.07 | - |
| YUV | 122.41 | 175.74 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 207 | 0.06 | 0.67 | 0 | 0.19 | 294.78 | 0.59 | 0.54 |
| Hex | C3 | 45 | CF | 6 | 43 | 0 | 13 | 127 | 3B | 36 |
| Octal | 303 | 105 | 317 | 6 | 103 | 0 | 23 | 447 | 73 | 66 |
| Binary | 11000011 | 1000101 | 11001111 | 110 | 1000011 | 0 | 10011 | 100100111 | 111011 | 110110 |
Color Harmonies of #C345CF
Complementary color
Monochromatic Colors of #C345CF
Black with #C345CF
Text Example
Text Example
White with #C345CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C345CF; }
p { color: rgb(195,69,207); }
H1.HeaderClassName
{
color: #C345CF;
}
.AnyTagClassName
{
color: #C345CF;
}
</style>
background-color css
<style>
a { background-color: #C345CF; }
a { background-color: rgb(195,69,207); }
div.DivClassName
{
background-color: #C345CF;
}
.BgClassName
{
background-color: #C345CF;
}
</style>
border-color css
<style>
span { border-color: #C345CF; }
span { border-color: rgb(195,69,207); }
td.TdClassName
{
border-color: #C345CF;
}
.TagClassName
{
border-color: #C345CF;
}
</style>