#C272D4

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

Shades of Medium Orchid #C272D4

Tints of Medium Orchid #C272D4

Color information

#C272D4 (or 0xC272D4) is unknown color: approx Medium Orchid. HEX triplet: C2, 72 and D4. RGB value is (194,114,212). Sum of RGB (Red+Green+Blue) = 194+114+212=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 114 (44.92% from 255 or 21.92% from 520); Blue value is 212 (83.20% from 255 or 40.77% from 520); Max value from RGB is 212 - color contains mainly: blue. Hex color #C272D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C272D4 is #3D8D2B. Grayscale: #949494. Windows color (decimal): -4033836 or 13923010. OLE color: 13923010.

HSL color Cylindrical-coordinate representation of color #C272D4: hue angle of 288.98º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C272D4 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB194114212-
CMYK0.080.4600.17
HSL288.98º53.26%63.92%-
HSV(B)288.98º46.23%83.14%-
XYZ40.1528.2665.63-
YUV149.09163.5160.03-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.31%
GREEN value IS 114 (44.92% from 255) = 21.92%
BLUE value IS 212 (83.20% from 255) = 40.77%
R=37.31%
G=21.92%
B=40.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1941142120.080.4600.17288.9853.2663.92
HexC272D482E0111213540
Octal302162324105602144165100
Binary1100001011100101101010010001011100100011001000011101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C272D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C272D4; }

 p { color: rgb(194,114,212); }

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

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

 a { background-color: rgb(194,114,212); }

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

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

 span { border-color: rgb(194,114,212); }

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