Shades of Medium Orchid #C345F2
Tints of Medium Orchid #C345F2
RGB
CMYK
RGB Variations
Color information
#C345F2 (or 0xC345F2) is known color: Medium Orchid. HEX triplet: C3, 45 and F2. RGB value is (195,69,242). Sum of RGB (Red+Green+Blue) = 195+69+242=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 69 (27.34% from 255 or 13.64% from 506); Blue value is 242 (94.92% from 255 or 47.83% from 506); Max value from RGB is 242 - color contains mainly: blue. Hex color #C345F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C345F2 is #3CBA0D. Grayscale: #7D7D7D. Windows color (decimal): -3979790 or 15877571. OLE color: 15877571.
HSL color Cylindrical-coordinate representation of color #C345F2: hue angle of 283.7º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C345F2 is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 69 | 242 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.05 |
| HSL | 283.7º | 0.87% | 0.61% | - |
| HSV(B) | 283.7º | 0.71% | 0.95% | - |
| XYZ | 40.66 | 22.27 | 86.16 | - |
| YUV | 126.4 | 193.24 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 242 | 0.19 | 0.71 | 0 | 0.05 | 283.7 | 0.87 | 0.61 |
| Hex | C3 | 45 | F2 | 13 | 47 | 0 | 5 | 11C | 57 | 3D |
| Octal | 303 | 105 | 362 | 23 | 107 | 0 | 5 | 434 | 127 | 75 |
| Binary | 11000011 | 1000101 | 11110010 | 10011 | 1000111 | 0 | 101 | 100011100 | 1010111 | 111101 |
Color Harmonies of #C345F2
Complementary color
Monochromatic Colors of #C345F2
Black with #C345F2
Text Example
Text Example
White with #C345F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C345F2; }
p { color: rgb(195,69,242); }
H1.HeaderClassName
{
color: #C345F2;
}
.AnyTagClassName
{
color: #C345F2;
}
</style>
background-color css
<style>
a { background-color: #C345F2; }
a { background-color: rgb(195,69,242); }
div.DivClassName
{
background-color: #C345F2;
}
.BgClassName
{
background-color: #C345F2;
}
</style>
border-color css
<style>
span { border-color: #C345F2; }
span { border-color: rgb(195,69,242); }
td.TdClassName
{
border-color: #C345F2;
}
.TagClassName
{
border-color: #C345F2;
}
</style>