Shades of Medium Orchid #C43CFC
Tints of Medium Orchid #C43CFC
RGB
CMYK
RGB Variations
Color information
#C43CFC (or 0xC43CFC) is known color: Medium Orchid. HEX triplet: C4, 3C and FC. RGB value is (196,60,252). Sum of RGB (Red+Green+Blue) = 196+60+252=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 60 (23.83% from 255 or 11.81% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #C43CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43CFC is #3BC303. Grayscale: #797979. Windows color (decimal): -3916548 or 16530628. OLE color: 16530628.
HSL color Cylindrical-coordinate representation of color #C43CFC: hue angle of 282.5º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C43CFC is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 60 | 252 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.01 |
| HSL | 282.5º | 0.97% | 0.61% | - |
| HSV(B) | 282.5º | 0.76% | 0.99% | - |
| XYZ | 41.95 | 22 | 94.13 | - |
| YUV | 122.55 | 201.06 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 60 | 252 | 0.22 | 0.76 | 0 | 0.01 | 282.5 | 0.97 | 0.61 |
| Hex | C4 | 3C | FC | 16 | 4C | 0 | 1 | 11A | 61 | 3D |
| Octal | 304 | 74 | 374 | 26 | 114 | 0 | 1 | 432 | 141 | 75 |
| Binary | 11000100 | 111100 | 11111100 | 10110 | 1001100 | 0 | 1 | 100011010 | 1100001 | 111101 |
Color Harmonies of #C43CFC
Complementary color
Monochromatic Colors of #C43CFC
Black with #C43CFC
Text Example
Text Example
White with #C43CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43CFC; }
p { color: rgb(196,60,252); }
H1.HeaderClassName
{
color: #C43CFC;
}
.AnyTagClassName
{
color: #C43CFC;
}
</style>
background-color css
<style>
a { background-color: #C43CFC; }
a { background-color: rgb(196,60,252); }
div.DivClassName
{
background-color: #C43CFC;
}
.BgClassName
{
background-color: #C43CFC;
}
</style>
border-color css
<style>
span { border-color: #C43CFC; }
span { border-color: rgb(196,60,252); }
td.TdClassName
{
border-color: #C43CFC;
}
.TagClassName
{
border-color: #C43CFC;
}
</style>