#DA7FD8

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

Shades of Orchid #DA7FD8

Tints of Orchid #DA7FD8

Color information

#DA7FD8 (or 0xDA7FD8) is unknown color: approx Orchid. HEX triplet: DA, 7F and D8. RGB value is (218,127,216). Sum of RGB (Red+Green+Blue) = 218+127+216=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 127 (50% from 255 or 22.64% from 561); Blue value is 216 (84.77% from 255 or 38.50% from 561); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7FD8 is #258027. Grayscale: #A4A4A4. Windows color (decimal): -2457640 or 14188506. OLE color: 14188506.

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

Color convert

RGB218127216-
CMYK00.420.010.15
HSL301.32º55.15%67.65%-
HSV(B)301.32º41.74%85.49%-
XYZ48.935.0469.15-
YUV164.36157.15166.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.86%
GREEN value IS 127 (50% from 255) = 22.64%
BLUE value IS 216 (84.77% from 255) = 38.50%
R=38.86%
G=22.64%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812721600.420.010.15301.3255.1567.65
HexDA7FD802A1F12d3744
Octal33217733005211745567104
Binary110110101111111110110000101010111111001011011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7FD8; }

 p { color: rgb(218,127,216); }

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

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

 a { background-color: rgb(218,127,216); }

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

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

 span { border-color: rgb(218,127,216); }

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