Shades of Medium Orchid #C243FD
Tints of Medium Orchid #C243FD
RGB
CMYK
RGB Variations
Color information
#C243FD (or 0xC243FD) is known color: Medium Orchid. HEX triplet: C2, 43 and FD. RGB value is (194,67,253). Sum of RGB (Red+Green+Blue) = 194+67+253=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 67 (26.56% from 255 or 13.04% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #C243FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C243FD is #3DBC02. Grayscale: #7D7D7D. Windows color (decimal): -4045827 or 16597954. OLE color: 16597954.
HSL color Cylindrical-coordinate representation of color #C243FD: hue angle of 280.97º 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 #C243FD is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 67 | 253 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.01 |
| HSL | 280.97º | 0.98% | 0.63% | - |
| HSV(B) | 280.97º | 0.74% | 0.99% | - |
| XYZ | 41.98 | 22.58 | 95.07 | - |
| YUV | 126.18 | 199.58 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 253 | 0.23 | 0.74 | 0 | 0.01 | 280.97 | 0.98 | 0.63 |
| Hex | C2 | 43 | FD | 17 | 4A | 0 | 1 | 119 | 62 | 3F |
| Octal | 302 | 103 | 375 | 27 | 112 | 0 | 1 | 431 | 142 | 77 |
| Binary | 11000010 | 1000011 | 11111101 | 10111 | 1001010 | 0 | 1 | 100011001 | 1100010 | 111111 |
Color Harmonies of #C243FD
Complementary color
Monochromatic Colors of #C243FD
Black with #C243FD
Text Example
Text Example
White with #C243FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C243FD; }
p { color: rgb(194,67,253); }
H1.HeaderClassName
{
color: #C243FD;
}
.AnyTagClassName
{
color: #C243FD;
}
</style>
background-color css
<style>
a { background-color: #C243FD; }
a { background-color: rgb(194,67,253); }
div.DivClassName
{
background-color: #C243FD;
}
.BgClassName
{
background-color: #C243FD;
}
</style>
border-color css
<style>
span { border-color: #C243FD; }
span { border-color: rgb(194,67,253); }
td.TdClassName
{
border-color: #C243FD;
}
.TagClassName
{
border-color: #C243FD;
}
</style>