#DC72CA

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

Shades of Orchid #DC72CA

Tints of Orchid #DC72CA

Color information

#DC72CA (or 0xDC72CA) is unknown color: approx Orchid. HEX triplet: DC, 72 and CA. RGB value is (220,114,202). Sum of RGB (Red+Green+Blue) = 220+114+202=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 114 (44.92% from 255 or 21.27% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DC72CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC72CA is #238D35. Grayscale: #9B9B9B. Windows color (decimal): -2329910 or 13267676. OLE color: 13267676.

HSL color Cylindrical-coordinate representation of color #DC72CA: hue angle of 310.19º 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 #DC72CA is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB220114202-
CMYK00.480.080.14
HSL310.19º60.23%65.49%-
HSV(B)310.19º48.18%86.27%-
XYZ46.1931.5159.53-
YUV155.73154.12173.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.04%
GREEN value IS 114 (44.92% from 255) = 21.27%
BLUE value IS 202 (79.30% from 255) = 37.69%
R=41.04%
G=21.27%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011420200.480.080.14310.1960.2365.49
HexDC72CA0308E1363c41
Octal334162312060101646674101
Binary110111001110010110010100110000100011101001101101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC72CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC72CA; }

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

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

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

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

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

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

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

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