Shades of Medium Orchid #C344FF
Tints of Medium Orchid #C344FF
RGB
CMYK
RGB Variations
Color information
#C344FF (or 0xC344FF) is known color: Medium Orchid. HEX triplet: C3, 44 and FF. RGB value is (195,68,255). Sum of RGB (Red+Green+Blue) = 195+68+255=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 68 (26.95% from 255 or 13.13% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #C344FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C344FF is #3CBB00. Grayscale: #7E7E7E. Windows color (decimal): -3980033 or 16729283. OLE color: 16729283.
HSL color Cylindrical-coordinate representation of color #C344FF: hue angle of 280.75º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C344FF is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 68 | 255 | - |
| CMYK | 0.24 | 0.73 | 0 | 0 |
| HSL | 280.75º | 1% | 0.63% | - |
| HSV(B) | 280.75º | 0.73% | 1% | - |
| XYZ | 42.62 | 22.96 | 96.79 | - |
| YUV | 127.29 | 200.08 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 255 | 0.24 | 0.73 | 0 | 0 | 280.75 | 1 | 0.63 |
| Hex | C3 | 44 | FF | 18 | 49 | 0 | 0 | 119 | 64 | 3F |
| Octal | 303 | 104 | 377 | 30 | 111 | 0 | 0 | 431 | 144 | 77 |
| Binary | 11000011 | 1000100 | 11111111 | 11000 | 1001001 | 0 | 0 | 100011001 | 1100100 | 111111 |
Color Harmonies of #C344FF
Complementary color
Monochromatic Colors of #C344FF
Black with #C344FF
Text Example
Text Example
White with #C344FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C344FF; }
p { color: rgb(195,68,255); }
H1.HeaderClassName
{
color: #C344FF;
}
.AnyTagClassName
{
color: #C344FF;
}
</style>
background-color css
<style>
a { background-color: #C344FF; }
a { background-color: rgb(195,68,255); }
div.DivClassName
{
background-color: #C344FF;
}
.BgClassName
{
background-color: #C344FF;
}
</style>
border-color css
<style>
span { border-color: #C344FF; }
span { border-color: rgb(195,68,255); }
td.TdClassName
{
border-color: #C344FF;
}
.TagClassName
{
border-color: #C344FF;
}
</style>