#C72AE1

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

Shades of Medium Orchid #C72AE1

Tints of Medium Orchid #C72AE1

Color information

#C72AE1 (or 0xC72AE1) is unknown color: approx Medium Orchid. HEX triplet: C7, 2A and E1. RGB value is (199,42,225). Sum of RGB (Red+Green+Blue) = 199+42+225=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 42 (16.80% from 255 or 9.01% from 466); Blue value is 225 (88.28% from 255 or 48.28% from 466); Max value from RGB is 225 - color contains mainly: blue. Hex color #C72AE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72AE1 is #38D51E. Grayscale: #6D6D6D. Windows color (decimal): -3724575 or 14756551. OLE color: 14756551.

HSL color Cylindrical-coordinate representation of color #C72AE1: hue angle of 291.48º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C72AE1 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB19942225-
CMYK0.120.8100.12
HSL291.48º75.31%52.35%-
HSV(B)291.48º81.33%88.24%-
XYZ37.9719.2372.95-
YUV109.8193.01191.62-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.70%
GREEN value IS 42 (16.80% from 255) = 9.01%
BLUE value IS 225 (88.28% from 255) = 48.28%
R=42.70%
G=9.01%
B=48.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal199422250.120.8100.12291.4875.3152.35
HexC72AE1C510C1234b34
Octal307523411412101444311364
Binary110001111010101110000111001010001011001001000111001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C72AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C72AE1; }

 p { color: rgb(199,42,225); }

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

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

 a { background-color: rgb(199,42,225); }

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

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

 span { border-color: rgb(199,42,225); }

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