#C472E3

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

Shades of Medium Orchid #C472E3

Tints of Medium Orchid #C472E3

Color information

#C472E3 (or 0xC472E3) is unknown color: approx Medium Orchid. HEX triplet: C4, 72 and E3. RGB value is (196,114,227). Sum of RGB (Red+Green+Blue) = 196+114+227=537 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.50% from 537); Green value is 114 (44.92% from 255 or 21.23% from 537); Blue value is 227 (89.06% from 255 or 42.27% from 537); Max value from RGB is 227 - color contains mainly: blue. Hex color #C472E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C472E3 is #3B8D1C. Grayscale: #979797. Windows color (decimal): -3902749 or 14906052. OLE color: 14906052.

HSL color Cylindrical-coordinate representation of color #C472E3: hue angle of 283.54º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C472E3 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB196114227-
CMYK0.140.5000.11
HSL283.54º66.86%66.86%-
HSV(B)283.54º49.78%89.02%-
XYZ42.6529.3276.08-
YUV151.4170.67159.81-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.50%
GREEN value IS 114 (44.92% from 255) = 21.23%
BLUE value IS 227 (89.06% from 255) = 42.27%
R=36.50%
G=21.23%
B=42.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1961142270.140.5000.11283.5466.8666.86
HexC472E3E320B11c4343
Octal3041623431662013434103103
Binary1100010011100101110001111101100100101110001110010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C472E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C472E3; }

 p { color: rgb(196,114,227); }

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

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

 a { background-color: rgb(196,114,227); }

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

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

 span { border-color: rgb(196,114,227); }

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