#DC72C6

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

Shades of Orchid #DC72C6

Tints of Orchid #DC72C6

Color information

#DC72C6 (or 0xDC72C6) is unknown color: approx Orchid. HEX triplet: DC, 72 and C6. RGB value is (220,114,198). Sum of RGB (Red+Green+Blue) = 220+114+198=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 114 (44.92% from 255 or 21.43% from 532); Blue value is 198 (77.73% from 255 or 37.22% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DC72C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC72C6 is #238D39. Grayscale: #9B9B9B. Windows color (decimal): -2329914 or 13005532. OLE color: 13005532.

HSL color Cylindrical-coordinate representation of color #DC72C6: hue angle of 312.45º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC72C6 is Cyan = 0, Magento = 0.48, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB220114198-
CMYK00.480.10.14
HSL312.45º60.23%65.49%-
HSV(B)312.45º48.18%86.27%-
XYZ45.7331.3357.06-
YUV155.27152.12174.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.35%
GREEN value IS 114 (44.92% from 255) = 21.43%
BLUE value IS 198 (77.73% from 255) = 37.22%
R=41.35%
G=21.43%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011419800.480.10.14312.4560.2365.49
HexDC72C6030AE1383c41
Octal334162306060121647074101
Binary110111001110010110001100110000101011101001110001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC72C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC72C6; }

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

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

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

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

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

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

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

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