#DC79E1

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

Shades of Orchid #DC79E1

Tints of Orchid #DC79E1

Color information

#DC79E1 (or 0xDC79E1) is unknown color: approx Orchid. HEX triplet: DC, 79 and E1. RGB value is (220,121,225). Sum of RGB (Red+Green+Blue) = 220+121+225=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 121 (47.66% from 255 or 21.38% from 566); Blue value is 225 (88.28% from 255 or 39.75% from 566); Max value from RGB is 225 - color contains mainly: blue. Hex color #DC79E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC79E1 is #23861E. Grayscale: #A2A2A2. Windows color (decimal): -2328095 or 14776796. OLE color: 14776796.

HSL color Cylindrical-coordinate representation of color #DC79E1: hue angle of 297.12º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC79E1 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB220121225-
CMYK0.020.4600.12
HSL297.12º63.41%67.84%-
HSV(B)297.12º46.22%88.24%-
XYZ49.9434.3375.23-
YUV162.46163.3169.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.87%
GREEN value IS 121 (47.66% from 255) = 21.38%
BLUE value IS 225 (88.28% from 255) = 39.75%
R=38.87%
G=21.38%
B=39.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2201212250.020.4600.12297.1263.4167.84
HexDC79E122E0C1293f44
Octal33417134125601445177104
Binary1101110011110011110000110101110011001001010011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC79E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC79E1; }

 p { color: rgb(220,121,225); }

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

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

 a { background-color: rgb(220,121,225); }

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

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

 span { border-color: rgb(220,121,225); }

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