#DA7DD7

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

Shades of Orchid #DA7DD7

Tints of Orchid #DA7DD7

Color information

#DA7DD7 (or 0xDA7DD7) is unknown color: approx Orchid. HEX triplet: DA, 7D and D7. RGB value is (218,125,215). Sum of RGB (Red+Green+Blue) = 218+125+215=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 125 (49.22% from 255 or 22.40% from 558); Blue value is 215 (84.38% from 255 or 38.53% from 558); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7DD7 is #258228. Grayscale: #A2A2A2. Windows color (decimal): -2458153 or 14122458. OLE color: 14122458.

HSL color Cylindrical-coordinate representation of color #DA7DD7: hue angle of 301.94º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA7DD7 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB218125215-
CMYK00.430.010.15
HSL301.94º55.69%67.25%-
HSV(B)301.94º42.66%85.49%-
XYZ48.5134.4868.39-
YUV163.07157.31167.18-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.07%
GREEN value IS 125 (49.22% from 255) = 22.40%
BLUE value IS 215 (84.38% from 255) = 38.53%
R=39.07%
G=22.40%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812521500.430.010.15301.9455.6967.25
HexDA7DD702B1F12e3843
Octal33217532705311745670103
Binary110110101111101110101110101011111111001011101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7DD7; }

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

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

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

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

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

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

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

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