Shades of Medium Orchid #C340CF
Tints of Medium Orchid #C340CF
RGB
CMYK
RGB Variations
Color information
#C340CF (or 0xC340CF) is known color: Medium Orchid. HEX triplet: C3, 40 and CF. RGB value is (195,64,207). Sum of RGB (Red+Green+Blue) = 195+64+207=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #C340CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C340CF is #3CBF30. Grayscale: #777777. Windows color (decimal): -3981105 or 13582531. OLE color: 13582531.
HSL color Cylindrical-coordinate representation of color #C340CF: hue angle of 294.97º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C340CF is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 64 | 207 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.19 |
| HSL | 294.97º | 0.6% | 0.53% | - |
| HSV(B) | 294.97º | 0.69% | 0.81% | - |
| XYZ | 35.6 | 19.77 | 60.97 | - |
| YUV | 119.47 | 177.4 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 64 | 207 | 0.06 | 0.69 | 0 | 0.19 | 294.97 | 0.6 | 0.53 |
| Hex | C3 | 40 | CF | 6 | 45 | 0 | 13 | 127 | 3C | 35 |
| Octal | 303 | 100 | 317 | 6 | 105 | 0 | 23 | 447 | 74 | 65 |
| Binary | 11000011 | 1000000 | 11001111 | 110 | 1000101 | 0 | 10011 | 100100111 | 111100 | 110101 |
Color Harmonies of #C340CF
Complementary color
Monochromatic Colors of #C340CF
Black with #C340CF
Text Example
Text Example
White with #C340CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C340CF; }
p { color: rgb(195,64,207); }
H1.HeaderClassName
{
color: #C340CF;
}
.AnyTagClassName
{
color: #C340CF;
}
</style>
background-color css
<style>
a { background-color: #C340CF; }
a { background-color: rgb(195,64,207); }
div.DivClassName
{
background-color: #C340CF;
}
.BgClassName
{
background-color: #C340CF;
}
</style>
border-color css
<style>
span { border-color: #C340CF; }
span { border-color: rgb(195,64,207); }
td.TdClassName
{
border-color: #C340CF;
}
.TagClassName
{
border-color: #C340CF;
}
</style>