Shades of Medium Orchid #C341CF
Tints of Medium Orchid #C341CF
RGB
CMYK
RGB Variations
Color information
#C341CF (or 0xC341CF) is known color: Medium Orchid. HEX triplet: C3, 41 and CF. RGB value is (195,65,207). Sum of RGB (Red+Green+Blue) = 195+65+207=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 65 (25.78% from 255 or 13.92% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #C341CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C341CF is #3CBE30. Grayscale: #777777. Windows color (decimal): -3980849 or 13582787. OLE color: 13582787.
HSL color Cylindrical-coordinate representation of color #C341CF: hue angle of 294.93º 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 #C341CF is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 65 | 207 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.19 |
| HSL | 294.93º | 0.6% | 0.53% | - |
| HSV(B) | 294.93º | 0.69% | 0.81% | - |
| XYZ | 35.66 | 19.89 | 60.99 | - |
| YUV | 120.06 | 177.07 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 207 | 0.06 | 0.69 | 0 | 0.19 | 294.93 | 0.6 | 0.53 |
| Hex | C3 | 41 | CF | 6 | 45 | 0 | 13 | 127 | 3C | 35 |
| Octal | 303 | 101 | 317 | 6 | 105 | 0 | 23 | 447 | 74 | 65 |
| Binary | 11000011 | 1000001 | 11001111 | 110 | 1000101 | 0 | 10011 | 100100111 | 111100 | 110101 |
Color Harmonies of #C341CF
Complementary color
Monochromatic Colors of #C341CF
Black with #C341CF
Text Example
Text Example
White with #C341CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C341CF; }
p { color: rgb(195,65,207); }
H1.HeaderClassName
{
color: #C341CF;
}
.AnyTagClassName
{
color: #C341CF;
}
</style>
background-color css
<style>
a { background-color: #C341CF; }
a { background-color: rgb(195,65,207); }
div.DivClassName
{
background-color: #C341CF;
}
.BgClassName
{
background-color: #C341CF;
}
</style>
border-color css
<style>
span { border-color: #C341CF; }
span { border-color: rgb(195,65,207); }
td.TdClassName
{
border-color: #C341CF;
}
.TagClassName
{
border-color: #C341CF;
}
</style>