#c43bf1

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

Shades of Medium Orchid #C43BF1

Tints of Medium Orchid #C43BF1

Color information

#C43BF1 (or 0xC43BF1) is unknown color: approx Medium Orchid. HEX triplet: C4, 3B and F1. RGB value is (196,59,241). Sum of RGB (Red+Green+Blue) = 196+59+241=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 59 (23.44% from 255 or 11.90% from 496); Blue value is 241 (94.53% from 255 or 48.59% from 496); Max value from RGB is 241 - color contains mainly: blue. Hex color #C43BF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43BF1 is #3BC40E. Grayscale: #787878. Windows color (decimal): -3916815 or 15809476. OLE color: 15809476.

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

Color convert

RGB19659241-
CMYK0.190.7600.05
HSL285.16º86.67%58.82%-
HSV(B)285.16º75.52%94.51%-
XYZ40.2121.2185.19-
YUV120.71195.89181.7-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.52%
GREEN value IS 59 (23.44% from 255) = 11.90%
BLUE value IS 241 (94.53% from 255) = 48.59%
R=39.52%
G=11.90%
B=48.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal196592410.190.7600.05285.1686.6758.82
HexC43BF1134C0511d573b
Octal30473361231140543512773
Binary110001001110111111000110011100110001011000111011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c43bf1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c43bf1; }

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

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

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

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

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

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

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

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