#DC72C1

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

Shades of Orchid #DC72C1

Tints of Orchid #DC72C1

Color information

#DC72C1 (or 0xDC72C1) is unknown color: approx Orchid. HEX triplet: DC, 72 and C1. RGB value is (220,114,193). Sum of RGB (Red+Green+Blue) = 220+114+193=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 114 (44.92% from 255 or 21.63% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC72C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC72C1 is #238D3E. Grayscale: #9A9A9A. Windows color (decimal): -2329919 or 12677852. OLE color: 12677852.

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

Color convert

RGB220114193-
CMYK00.480.120.14
HSL315.28º60.23%65.49%-
HSV(B)315.28º48.18%86.27%-
XYZ45.1631.154.07-
YUV154.7149.62174.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.75%
GREEN value IS 114 (44.92% from 255) = 21.63%
BLUE value IS 193 (75.78% from 255) = 36.62%
R=41.75%
G=21.63%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011419300.480.120.14315.2860.2365.49
HexDC72C1030CE13b3c41
Octal334162301060141647374101
Binary110111001110010110000010110000110011101001110111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC72C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC72C1; }

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

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

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

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

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

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

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

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