#C272E4

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

Shades of Medium Orchid #C272E4

Tints of Medium Orchid #C272E4

Color information

#C272E4 (or 0xC272E4) is unknown color: approx Medium Orchid. HEX triplet: C2, 72 and E4. RGB value is (194,114,228). Sum of RGB (Red+Green+Blue) = 194+114+228=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 114 (44.92% from 255 or 21.27% from 536); Blue value is 228 (89.45% from 255 or 42.54% from 536); Max value from RGB is 228 - color contains mainly: blue. Hex color #C272E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C272E4 is #3D8D1B. Grayscale: #969696. Windows color (decimal): -4033820 or 14971586. OLE color: 14971586.

HSL color Cylindrical-coordinate representation of color #C272E4: hue angle of 282.11º degrees, saturation: 0.68, 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 #C272E4 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB194114228-
CMYK0.150.5000.11
HSL282.11º67.86%67.06%-
HSV(B)282.11º50%89.41%-
XYZ42.2729.1176.79-
YUV150.92171.5158.73-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.19%
GREEN value IS 114 (44.92% from 255) = 21.27%
BLUE value IS 228 (89.45% from 255) = 42.54%
R=36.19%
G=21.27%
B=42.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1941142280.150.5000.11282.1167.8667.06
HexC272E4F320B11a4443
Octal3021623441762013432104103
Binary1100001011100101110010011111100100101110001101010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C272E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C272E4; }

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

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

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

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

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

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

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

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