#DC79DE

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

Shades of Orchid #DC79DE

Tints of Orchid #DC79DE

Color information

#DC79DE (or 0xDC79DE) is unknown color: approx Orchid. HEX triplet: DC, 79 and DE. RGB value is (220,121,222). Sum of RGB (Red+Green+Blue) = 220+121+222=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 121 (47.66% from 255 or 21.49% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC79DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC79DE is #238621. Grayscale: #A1A1A1. Windows color (decimal): -2328098 or 14580188. OLE color: 14580188.

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

Color convert

RGB220121222-
CMYK0.010.4500.13
HSL298.81º60.48%67.25%-
HSV(B)298.81º45.5%87.06%-
XYZ49.5434.1673.09-
YUV162.12161.8169.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.08%
GREEN value IS 121 (47.66% from 255) = 21.49%
BLUE value IS 222 (87.11% from 255) = 39.43%
R=39.08%
G=21.49%
B=39.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201212220.010.4500.13298.8160.4867.25
HexDC79DE12D0D12b3c43
Octal33417133615501545374103
Binary110111001111001110111101101101011011001010111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC79DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC79DE; }

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

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

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

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

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

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

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

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