#DA7BD6

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

Shades of Orchid #DA7BD6

Tints of Orchid #DA7BD6

Color information

#DA7BD6 (or 0xDA7BD6) is unknown color: approx Orchid. HEX triplet: DA, 7B and D6. RGB value is (218,123,214). Sum of RGB (Red+Green+Blue) = 218+123+214=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 123 (48.44% from 255 or 22.16% from 555); Blue value is 214 (83.98% from 255 or 38.56% from 555); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7BD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7BD6 is #258429. Grayscale: #A1A1A1. Windows color (decimal): -2458666 or 14056410. OLE color: 14056410.

HSL color Cylindrical-coordinate representation of color #DA7BD6: hue angle of 302.53º 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 #DA7BD6 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB218123214-
CMYK00.440.020.15
HSL302.53º56.21%66.86%-
HSV(B)302.53º43.58%85.49%-
XYZ48.1333.9367.63-
YUV161.78157.47168.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.28%
GREEN value IS 123 (48.44% from 255) = 22.16%
BLUE value IS 214 (83.98% from 255) = 38.56%
R=39.28%
G=22.16%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812321400.440.020.15302.5356.2166.86
HexDA7BD602C2F12f3843
Octal33217332605421745770103
Binary1101101011110111101011001011001011111001011111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7BD6; }

 p { color: rgb(218,123,214); }

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

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

 a { background-color: rgb(218,123,214); }

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

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

 span { border-color: rgb(218,123,214); }

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