#C072E8

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

Shades of Medium Orchid #C072E8

Tints of Medium Orchid #C072E8

Color information

#C072E8 (or 0xC072E8) is unknown color: approx Medium Orchid. HEX triplet: C0, 72 and E8. RGB value is (192,114,232). Sum of RGB (Red+Green+Blue) = 192+114+232=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 114 (44.92% from 255 or 21.19% from 538); Blue value is 232 (91.02% from 255 or 43.12% from 538); Max value from RGB is 232 - color contains mainly: blue. Hex color #C072E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C072E8 is #3F8D17. Grayscale: #969696. Windows color (decimal): -4164888 or 15233728. OLE color: 15233728.

HSL color Cylindrical-coordinate representation of color #C072E8: hue angle of 279.66º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C072E8 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB192114232-
CMYK0.170.5100.09
HSL279.66º71.95%67.84%-
HSV(B)279.66º50.86%90.98%-
XYZ42.3229.0779.72-
YUV150.77173.84157.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.69%
GREEN value IS 114 (44.92% from 255) = 21.19%
BLUE value IS 232 (91.02% from 255) = 43.12%
R=35.69%
G=21.19%
B=43.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1921142320.170.5100.09279.6671.9567.84
HexC072E81133091184844
Octal3001623502163011430110104
Binary11000000111001011101000100011100110100110001100010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C072E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C072E8; }

 p { color: rgb(192,114,232); }

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

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

 a { background-color: rgb(192,114,232); }

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

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

 span { border-color: rgb(192,114,232); }

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