Shades of Medium Orchid #C344F2
Tints of Medium Orchid #C344F2
RGB
CMYK
RGB Variations
Color information
#C344F2 (or 0xC344F2) is known color: Medium Orchid. HEX triplet: C3, 44 and F2. RGB value is (195,68,242). Sum of RGB (Red+Green+Blue) = 195+68+242=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 68 (26.95% from 255 or 13.47% from 505); Blue value is 242 (94.92% from 255 or 47.92% from 505); Max value from RGB is 242 - color contains mainly: blue. Hex color #C344F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C344F2 is #3CBB0D. Grayscale: #7D7D7D. Windows color (decimal): -3980046 or 15877315. OLE color: 15877315.
HSL color Cylindrical-coordinate representation of color #C344F2: hue angle of 283.79º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C344F2 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 68 | 242 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.05 |
| HSL | 283.79º | 0.87% | 0.61% | - |
| HSV(B) | 283.79º | 0.72% | 0.95% | - |
| XYZ | 40.6 | 22.15 | 86.14 | - |
| YUV | 125.81 | 193.58 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 242 | 0.19 | 0.72 | 0 | 0.05 | 283.79 | 0.87 | 0.61 |
| Hex | C3 | 44 | F2 | 13 | 48 | 0 | 5 | 11C | 57 | 3D |
| Octal | 303 | 104 | 362 | 23 | 110 | 0 | 5 | 434 | 127 | 75 |
| Binary | 11000011 | 1000100 | 11110010 | 10011 | 1001000 | 0 | 101 | 100011100 | 1010111 | 111101 |
Color Harmonies of #C344F2
Complementary color
Monochromatic Colors of #C344F2
Black with #C344F2
Text Example
Text Example
White with #C344F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C344F2; }
p { color: rgb(195,68,242); }
H1.HeaderClassName
{
color: #C344F2;
}
.AnyTagClassName
{
color: #C344F2;
}
</style>
background-color css
<style>
a { background-color: #C344F2; }
a { background-color: rgb(195,68,242); }
div.DivClassName
{
background-color: #C344F2;
}
.BgClassName
{
background-color: #C344F2;
}
</style>
border-color css
<style>
span { border-color: #C344F2; }
span { border-color: rgb(195,68,242); }
td.TdClassName
{
border-color: #C344F2;
}
.TagClassName
{
border-color: #C344F2;
}
</style>