Shades of Medium Orchid #C343CF
Tints of Medium Orchid #C343CF
RGB
CMYK
RGB Variations
Color information
#C343CF (or 0xC343CF) is known color: Medium Orchid. HEX triplet: C3, 43 and CF. RGB value is (195,67,207). Sum of RGB (Red+Green+Blue) = 195+67+207=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 67 (26.56% from 255 or 14.29% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #C343CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C343CF is #3CBC30. Grayscale: #787878. Windows color (decimal): -3980337 or 13583299. OLE color: 13583299.
HSL color Cylindrical-coordinate representation of color #C343CF: hue angle of 294.86º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C343CF is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 67 | 207 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.19 |
| HSL | 294.86º | 0.59% | 0.54% | - |
| HSV(B) | 294.86º | 0.68% | 0.81% | - |
| XYZ | 35.78 | 20.12 | 61.03 | - |
| YUV | 121.23 | 176.41 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 207 | 0.06 | 0.68 | 0 | 0.19 | 294.86 | 0.59 | 0.54 |
| Hex | C3 | 43 | CF | 6 | 44 | 0 | 13 | 127 | 3B | 36 |
| Octal | 303 | 103 | 317 | 6 | 104 | 0 | 23 | 447 | 73 | 66 |
| Binary | 11000011 | 1000011 | 11001111 | 110 | 1000100 | 0 | 10011 | 100100111 | 111011 | 110110 |
Color Harmonies of #C343CF
Complementary color
Monochromatic Colors of #C343CF
Black with #C343CF
Text Example
Text Example
White with #C343CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C343CF; }
p { color: rgb(195,67,207); }
H1.HeaderClassName
{
color: #C343CF;
}
.AnyTagClassName
{
color: #C343CF;
}
</style>
background-color css
<style>
a { background-color: #C343CF; }
a { background-color: rgb(195,67,207); }
div.DivClassName
{
background-color: #C343CF;
}
.BgClassName
{
background-color: #C343CF;
}
</style>
border-color css
<style>
span { border-color: #C343CF; }
span { border-color: rgb(195,67,207); }
td.TdClassName
{
border-color: #C343CF;
}
.TagClassName
{
border-color: #C343CF;
}
</style>