#DA7DDC

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

Shades of Orchid #DA7DDC

Tints of Orchid #DA7DDC

Color information

#DA7DDC (or 0xDA7DDC) is unknown color: approx Orchid. HEX triplet: DA, 7D and DC. RGB value is (218,125,220). Sum of RGB (Red+Green+Blue) = 218+125+220=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 125 (49.22% from 255 or 22.20% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA7DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7DDC is #258223. Grayscale: #A3A3A3. Windows color (decimal): -2458148 or 14450138. OLE color: 14450138.

HSL color Cylindrical-coordinate representation of color #DA7DDC: hue angle of 298.74º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA7DDC is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB218125220-
CMYK0.010.4300.14
HSL298.74º57.58%67.65%-
HSV(B)298.74º43.18%86.27%-
XYZ49.1734.7471.82-
YUV163.64159.81166.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.72%
GREEN value IS 125 (49.22% from 255) = 22.20%
BLUE value IS 220 (86.33% from 255) = 39.08%
R=38.72%
G=22.20%
B=39.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181252200.010.4300.14298.7457.5867.65
HexDA7DDC12B0E12b3a44
Octal33217533415301645372104
Binary110110101111101110111001101011011101001010111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7DDC; }

 p { color: rgb(218,125,220); }

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

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

 a { background-color: rgb(218,125,220); }

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

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

 span { border-color: rgb(218,125,220); }

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