#C43FF1

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

Shades of Medium Orchid #C43FF1

Tints of Medium Orchid #C43FF1

Color information

#C43FF1 (or 0xC43FF1) is unknown color: approx Medium Orchid. HEX triplet: C4, 3F and F1. RGB value is (196,63,241). Sum of RGB (Red+Green+Blue) = 196+63+241=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 63 (25% from 255 or 12.6% from 500); Blue value is 241 (94.53% from 255 or 48.2% from 500); Max value from RGB is 241 - color contains mainly: blue. Hex color #C43FF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43FF1 is #3BC00E. Grayscale: #7A7A7A. Windows color (decimal): -3915791 or 15810500. OLE color: 15810500.

HSL color Cylindrical-coordinate representation of color #C43FF1: hue angle of 284.83º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C43FF1 is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19663241-
CMYK0.190.7400.05
HSL284.83º86.41%59.61%-
HSV(B)284.83º73.86%94.51%-
XYZ40.4221.6485.27-
YUV123.06194.56180.03-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.2%
GREEN value IS 63 (25% from 255) = 12.6%
BLUE value IS 241 (94.53% from 255) = 48.2%
R=39.2%
G=12.6%
B=48.2%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal196632410.190.7400.05284.8386.4159.61
HexC43FF1134A0511d563c
Octal30477361231120543512674
Binary110001001111111111000110011100101001011000111011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43FF1; }

 p { color: rgb(196,63,241); }

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

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

 a { background-color: rgb(196,63,241); }

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

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

 span { border-color: rgb(196,63,241); }

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