Shades of Medium Orchid #C43CE7
Tints of Medium Orchid #C43CE7
RGB
CMYK
RGB Variations
Color information
#C43CE7 (or 0xC43CE7) is known color: Medium Orchid. HEX triplet: C4, 3C and E7. RGB value is (196,60,231). Sum of RGB (Red+Green+Blue) = 196+60+231=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 60 (23.83% from 255 or 12.32% from 487); Blue value is 231 (90.62% from 255 or 47.43% from 487); Max value from RGB is 231 - color contains mainly: blue. Hex color #C43CE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43CE7 is #3BC318. Grayscale: #777777. Windows color (decimal): -3916569 or 15154372. OLE color: 15154372.
HSL color Cylindrical-coordinate representation of color #C43CE7: hue angle of 287.72º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C43CE7 is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 60 | 231 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.09 |
| HSL | 287.72º | 0.78% | 0.57% | - |
| HSV(B) | 287.72º | 0.74% | 0.91% | - |
| XYZ | 38.8 | 20.74 | 77.56 | - |
| YUV | 120.16 | 190.56 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 60 | 231 | 0.15 | 0.74 | 0 | 0.09 | 287.72 | 0.78 | 0.57 |
| Hex | C4 | 3C | E7 | F | 4A | 0 | 9 | 120 | 4E | 39 |
| Octal | 304 | 74 | 347 | 17 | 112 | 0 | 11 | 440 | 116 | 71 |
| Binary | 11000100 | 111100 | 11100111 | 1111 | 1001010 | 0 | 1001 | 100100000 | 1001110 | 111001 |
Color Harmonies of #C43CE7
Complementary color
Monochromatic Colors of #C43CE7
Black with #C43CE7
Text Example
Text Example
White with #C43CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43CE7; }
p { color: rgb(196,60,231); }
H1.HeaderClassName
{
color: #C43CE7;
}
.AnyTagClassName
{
color: #C43CE7;
}
</style>
background-color css
<style>
a { background-color: #C43CE7; }
a { background-color: rgb(196,60,231); }
div.DivClassName
{
background-color: #C43CE7;
}
.BgClassName
{
background-color: #C43CE7;
}
</style>
border-color css
<style>
span { border-color: #C43CE7; }
span { border-color: rgb(196,60,231); }
td.TdClassName
{
border-color: #C43CE7;
}
.TagClassName
{
border-color: #C43CE7;
}
</style>