#DA7AD4

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

Shades of Orchid #DA7AD4

Tints of Orchid #DA7AD4

Color information

#DA7AD4 (or 0xDA7AD4) is unknown color: approx Orchid. HEX triplet: DA, 7A and D4. RGB value is (218,122,212). Sum of RGB (Red+Green+Blue) = 218+122+212=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 122 (48.05% from 255 or 22.10% from 552); Blue value is 212 (83.20% from 255 or 38.41% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7AD4 is #25852B. Grayscale: #A0A0A0. Windows color (decimal): -2458924 or 13925082. OLE color: 13925082.

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

Color convert

RGB218122212-
CMYK00.440.030.15
HSL303.75º56.47%66.67%-
HSV(B)303.75º44.04%85.49%-
XYZ47.7633.5866.25-
YUV160.96156.8168.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.49%
GREEN value IS 122 (48.05% from 255) = 22.10%
BLUE value IS 212 (83.20% from 255) = 38.41%
R=39.49%
G=22.10%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812221200.440.030.15303.7556.4766.67
HexDA7AD402C3F1303843
Octal33217232405431746070103
Binary1101101011110101101010001011001111111001100001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7AD4; }

 p { color: rgb(218,122,212); }

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

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

 a { background-color: rgb(218,122,212); }

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

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

 span { border-color: rgb(218,122,212); }

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