Shades of Medium Orchid #C349FD
Tints of Medium Orchid #C349FD
RGB
CMYK
RGB Variations
Color information
#C349FD (or 0xC349FD) is known color: Medium Orchid. HEX triplet: C3, 49 and FD. RGB value is (195,73,253). Sum of RGB (Red+Green+Blue) = 195+73+253=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 73 (28.91% from 255 or 14.01% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #C349FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C349FD is #3CB602. Grayscale: #818181. Windows color (decimal): -3978755 or 16599491. OLE color: 16599491.
HSL color Cylindrical-coordinate representation of color #C349FD: hue angle of 280.67º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C349FD is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 73 | 253 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.01 |
| HSL | 280.67º | 0.98% | 0.64% | - |
| HSV(B) | 280.67º | 0.71% | 0.99% | - |
| XYZ | 42.62 | 23.46 | 95.21 | - |
| YUV | 130 | 197.42 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 73 | 253 | 0.23 | 0.71 | 0 | 0.01 | 280.67 | 0.98 | 0.64 |
| Hex | C3 | 49 | FD | 17 | 47 | 0 | 1 | 119 | 62 | 40 |
| Octal | 303 | 111 | 375 | 27 | 107 | 0 | 1 | 431 | 142 | 100 |
| Binary | 11000011 | 1001001 | 11111101 | 10111 | 1000111 | 0 | 1 | 100011001 | 1100010 | 1000000 |
Color Harmonies of #C349FD
Complementary color
Monochromatic Colors of #C349FD
Black with #C349FD
Text Example
Text Example
White with #C349FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C349FD; }
p { color: rgb(195,73,253); }
H1.HeaderClassName
{
color: #C349FD;
}
.AnyTagClassName
{
color: #C349FD;
}
</style>
background-color css
<style>
a { background-color: #C349FD; }
a { background-color: rgb(195,73,253); }
div.DivClassName
{
background-color: #C349FD;
}
.BgClassName
{
background-color: #C349FD;
}
</style>
border-color css
<style>
span { border-color: #C349FD; }
span { border-color: rgb(195,73,253); }
td.TdClassName
{
border-color: #C349FD;
}
.TagClassName
{
border-color: #C349FD;
}
</style>