#C43BF6

Color #C43BF6 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C43BF6

Tints of Medium Orchid #C43BF6

Color information

#C43BF6 (or 0xC43BF6) is unknown color: approx Medium Orchid. HEX triplet: C4, 3B and F6. RGB value is (196,59,246). Sum of RGB (Red+Green+Blue) = 196+59+246=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 59 (23.44% from 255 or 11.78% from 501); Blue value is 246 (96.48% from 255 or 49.10% from 501); Max value from RGB is 246 - color contains mainly: blue. Hex color #C43BF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43BF6 is #3BC409. Grayscale: #787878. Windows color (decimal): -3916810 or 16137156. OLE color: 16137156.

HSL color Cylindrical-coordinate representation of color #C43BF6: hue angle of 283.96º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C43BF6 is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB19659246-
CMYK0.200.7600.04
HSL283.96º91.22%59.8%-
HSV(B)283.96º76.02%96.47%-
XYZ40.9621.5289.18-
YUV121.28198.39181.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 39.12%
GREEN value IS 59 (23.44% from 255) = 11.78%
BLUE value IS 246 (96.48% from 255) = 49.10%
R=39.12%
G=11.78%
B=49.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal196592460.200.7600.04283.9691.2259.8
HexC43BF6144C0411c5b3c
Octal30473366241140443413374
Binary110001001110111111011010100100110001001000111001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43BF6; }

 p { color: rgb(196,59,246); }

 H1.HeaderClassName
 {
   color: #C43BF6;
 }
 .AnyTagClassName
 {
   color: #C43BF6;
 }
</style>
background-color css

<style>
 a { background-color: #C43BF6; }

 a { background-color: rgb(196,59,246); }

 div.DivClassName
 {
   background-color: #C43BF6;
 }
 .BgClassName
 {
   background-color: #C43BF6;
 }
</style>
border-color css

<style>
 span { border-color: #C43BF6; }

 span { border-color: rgb(196,59,246); }

 td.TdClassName
 {
   border-color: #C43BF6;
 }
 .TagClassName
 {
   border-color: #C43BF6;
 }
</style>