Shades of Medium Orchid #C243FF
Tints of Medium Orchid #C243FF
RGB
CMYK
RGB Variations
Color information
#C243FF (or 0xC243FF) is known color: Medium Orchid. HEX triplet: C2, 43 and FF. RGB value is (194,67,255). Sum of RGB (Red+Green+Blue) = 194+67+255=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 67 (26.56% from 255 or 12.98% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #C243FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C243FF is #3DBC00. Grayscale: #7D7D7D. Windows color (decimal): -4045825 or 16729026. OLE color: 16729026.
HSL color Cylindrical-coordinate representation of color #C243FF: hue angle of 280.53º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C243FF is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 67 | 255 | - |
| CMYK | 0.24 | 0.74 | 0 | 0 |
| HSL | 280.53º | 1% | 0.63% | - |
| HSV(B) | 280.53º | 0.74% | 1% | - |
| XYZ | 42.31 | 22.7 | 96.76 | - |
| YUV | 126.41 | 200.58 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 255 | 0.24 | 0.74 | 0 | 0 | 280.53 | 1 | 0.63 |
| Hex | C2 | 43 | FF | 18 | 4A | 0 | 0 | 119 | 64 | 3F |
| Octal | 302 | 103 | 377 | 30 | 112 | 0 | 0 | 431 | 144 | 77 |
| Binary | 11000010 | 1000011 | 11111111 | 11000 | 1001010 | 0 | 0 | 100011001 | 1100100 | 111111 |
Color Harmonies of #C243FF
Complementary color
Monochromatic Colors of #C243FF
Black with #C243FF
Text Example
Text Example
White with #C243FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C243FF; }
p { color: rgb(194,67,255); }
H1.HeaderClassName
{
color: #C243FF;
}
.AnyTagClassName
{
color: #C243FF;
}
</style>
background-color css
<style>
a { background-color: #C243FF; }
a { background-color: rgb(194,67,255); }
div.DivClassName
{
background-color: #C243FF;
}
.BgClassName
{
background-color: #C243FF;
}
</style>
border-color css
<style>
span { border-color: #C243FF; }
span { border-color: rgb(194,67,255); }
td.TdClassName
{
border-color: #C243FF;
}
.TagClassName
{
border-color: #C243FF;
}
</style>