Shades of Medium Orchid #C43CFF
Tints of Medium Orchid #C43CFF
RGB
CMYK
RGB Variations
Color information
#C43CFF (or 0xC43CFF) is known color: Medium Orchid. HEX triplet: C4, 3C and FF. RGB value is (196,60,255). Sum of RGB (Red+Green+Blue) = 196+60+255=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 60 (23.83% from 255 or 11.74% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #C43CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43CFF is #3BC300. Grayscale: #7A7A7A. Windows color (decimal): -3916545 or 16727236. OLE color: 16727236.
HSL color Cylindrical-coordinate representation of color #C43CFF: hue angle of 281.85º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C43CFF is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 60 | 255 | - |
| CMYK | 0.23 | 0.76 | 0 | 0 |
| HSL | 281.85º | 1% | 0.62% | - |
| HSV(B) | 281.85º | 0.76% | 1% | - |
| XYZ | 42.43 | 22.19 | 96.65 | - |
| YUV | 122.89 | 202.56 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 60 | 255 | 0.23 | 0.76 | 0 | 0 | 281.85 | 1 | 0.62 |
| Hex | C4 | 3C | FF | 17 | 4C | 0 | 0 | 11A | 64 | 3E |
| Octal | 304 | 74 | 377 | 27 | 114 | 0 | 0 | 432 | 144 | 76 |
| Binary | 11000100 | 111100 | 11111111 | 10111 | 1001100 | 0 | 0 | 100011010 | 1100100 | 111110 |
Color Harmonies of #C43CFF
Complementary color
Monochromatic Colors of #C43CFF
Black with #C43CFF
Text Example
Text Example
White with #C43CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43CFF; }
p { color: rgb(196,60,255); }
H1.HeaderClassName
{
color: #C43CFF;
}
.AnyTagClassName
{
color: #C43CFF;
}
</style>
background-color css
<style>
a { background-color: #C43CFF; }
a { background-color: rgb(196,60,255); }
div.DivClassName
{
background-color: #C43CFF;
}
.BgClassName
{
background-color: #C43CFF;
}
</style>
border-color css
<style>
span { border-color: #C43CFF; }
span { border-color: rgb(196,60,255); }
td.TdClassName
{
border-color: #C43CFF;
}
.TagClassName
{
border-color: #C43CFF;
}
</style>