#C72EDB

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

Shades of Medium Orchid #C72EDB

Tints of Medium Orchid #C72EDB

Color information

#C72EDB (or 0xC72EDB) is unknown color: approx Medium Orchid. HEX triplet: C7, 2E and DB. RGB value is (199,46,219). Sum of RGB (Red+Green+Blue) = 199+46+219=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 46 (18.36% from 255 or 9.91% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #C72EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72EDB is #38D124. Grayscale: #6E6E6E. Windows color (decimal): -3723557 or 14364359. OLE color: 14364359.

HSL color Cylindrical-coordinate representation of color #C72EDB: hue angle of 293.06º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C72EDB is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB19946219-
CMYK0.090.7900.14
HSL293.06º70.61%51.96%-
HSV(B)293.06º79%85.88%-
XYZ37.3219.2168.76-
YUV111.47188.69190.43-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.89%
GREEN value IS 46 (18.36% from 255) = 9.91%
BLUE value IS 219 (85.94% from 255) = 47.20%
R=42.89%
G=9.91%
B=47.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal199462190.090.7900.14293.0670.6151.96
HexC72EDB94F0E1254734
Octal307563331111701644510764
Binary110001111011101101101110011001111011101001001011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C72EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C72EDB; }

 p { color: rgb(199,46,219); }

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

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

 a { background-color: rgb(199,46,219); }

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

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

 span { border-color: rgb(199,46,219); }

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