Shades of Medium Orchid #C343FD
Tints of Medium Orchid #C343FD
RGB
CMYK
RGB Variations
Color information
#C343FD (or 0xC343FD) is known color: Medium Orchid. HEX triplet: C3, 43 and FD. RGB value is (195,67,253). Sum of RGB (Red+Green+Blue) = 195+67+253=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 67 (26.56% from 255 or 13.01% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #C343FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C343FD is #3CBC02. Grayscale: #7D7D7D. Windows color (decimal): -3980291 or 16597955. OLE color: 16597955.
HSL color Cylindrical-coordinate representation of color #C343FD: hue angle of 281.29º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C343FD is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 67 | 253 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.01 |
| HSL | 281.29º | 0.98% | 0.63% | - |
| HSV(B) | 281.29º | 0.74% | 0.99% | - |
| XYZ | 42.24 | 22.71 | 95.09 | - |
| YUV | 126.48 | 199.41 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 253 | 0.23 | 0.74 | 0 | 0.01 | 281.29 | 0.98 | 0.63 |
| Hex | C3 | 43 | FD | 17 | 4A | 0 | 1 | 119 | 62 | 3F |
| Octal | 303 | 103 | 375 | 27 | 112 | 0 | 1 | 431 | 142 | 77 |
| Binary | 11000011 | 1000011 | 11111101 | 10111 | 1001010 | 0 | 1 | 100011001 | 1100010 | 111111 |
Color Harmonies of #C343FD
Complementary color
Monochromatic Colors of #C343FD
Black with #C343FD
Text Example
Text Example
White with #C343FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C343FD; }
p { color: rgb(195,67,253); }
H1.HeaderClassName
{
color: #C343FD;
}
.AnyTagClassName
{
color: #C343FD;
}
</style>
background-color css
<style>
a { background-color: #C343FD; }
a { background-color: rgb(195,67,253); }
div.DivClassName
{
background-color: #C343FD;
}
.BgClassName
{
background-color: #C343FD;
}
</style>
border-color css
<style>
span { border-color: #C343FD; }
span { border-color: rgb(195,67,253); }
td.TdClassName
{
border-color: #C343FD;
}
.TagClassName
{
border-color: #C343FD;
}
</style>