#DC72E7

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

Shades of Orchid #DC72E7

Tints of Orchid #DC72E7

Color information

#DC72E7 (or 0xDC72E7) is unknown color: approx Orchid. HEX triplet: DC, 72 and E7. RGB value is (220,114,231). Sum of RGB (Red+Green+Blue) = 220+114+231=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 114 (44.92% from 255 or 20.18% from 565); Blue value is 231 (90.62% from 255 or 40.88% from 565); Max value from RGB is 231 - color contains mainly: blue. Hex color #DC72E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC72E7 is #238D18. Grayscale: #9E9E9E. Windows color (decimal): -2329881 or 15168220. OLE color: 15168220.

HSL color Cylindrical-coordinate representation of color #DC72E7: hue angle of 294.36º degrees, saturation: 0.71, 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 #DC72E7 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB220114231-
CMYK0.050.5100.09
HSL294.36º70.91%67.65%-
HSV(B)294.36º50.65%90.59%-
XYZ49.9633.0279.34-
YUV159.03168.62171.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.94%
GREEN value IS 114 (44.92% from 255) = 20.18%
BLUE value IS 231 (90.62% from 255) = 40.88%
R=38.94%
G=20.18%
B=40.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2201142310.050.5100.09294.3670.9167.65
HexDC72E7533091264744
Octal334162347563011446107104
Binary110111001110010111001111011100110100110010011010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC72E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC72E7; }

 p { color: rgb(220,114,231); }

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

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

 a { background-color: rgb(220,114,231); }

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

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

 span { border-color: rgb(220,114,231); }

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