#DC72DE

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

Shades of Orchid #DC72DE

Tints of Orchid #DC72DE

Color information

#DC72DE (or 0xDC72DE) is unknown color: approx Orchid. HEX triplet: DC, 72 and DE. RGB value is (220,114,222). Sum of RGB (Red+Green+Blue) = 220+114+222=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 114 (44.92% from 255 or 20.50% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC72DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC72DE is #238D21. Grayscale: #9D9D9D. Windows color (decimal): -2329890 or 14578396. OLE color: 14578396.

HSL color Cylindrical-coordinate representation of color #DC72DE: hue angle of 298.89º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC72DE is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220114222-
CMYK0.010.4900.13
HSL298.89º62.07%65.88%-
HSV(B)298.89º48.65%87.06%-
XYZ48.7232.5272.82-
YUV158.01164.12172.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.57%
GREEN value IS 114 (44.92% from 255) = 20.50%
BLUE value IS 222 (87.11% from 255) = 39.93%
R=39.57%
G=20.50%
B=39.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201142220.010.4900.13298.8962.0765.88
HexDC72DE1310D12b3e42
Octal33416233616101545376102
Binary110111001110010110111101110001011011001010111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC72DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC72DE; }

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

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

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

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

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

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

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

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