#DA7FD7

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

Shades of Orchid #DA7FD7

Tints of Orchid #DA7FD7

Color information

#DA7FD7 (or 0xDA7FD7) is unknown color: approx Orchid. HEX triplet: DA, 7F and D7. RGB value is (218,127,215). Sum of RGB (Red+Green+Blue) = 218+127+215=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 127 (50% from 255 or 22.68% from 560); Blue value is 215 (84.38% from 255 or 38.39% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7FD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7FD7 is #258028. Grayscale: #A3A3A3. Windows color (decimal): -2457641 or 14122970. OLE color: 14122970.

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

Color convert

RGB218127215-
CMYK00.420.010.15
HSL301.98º55.15%67.65%-
HSV(B)301.98º41.74%85.49%-
XYZ48.7734.9968.47-
YUV164.24156.65166.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.93%
GREEN value IS 127 (50% from 255) = 22.68%
BLUE value IS 215 (84.38% from 255) = 38.39%
R=38.93%
G=22.68%
B=38.39%

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
Decimal21812721500.420.010.15301.9855.1567.65
HexDA7FD702A1F12e3744
Octal33217732705211745667104
Binary110110101111111110101110101010111111001011101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7FD7; }

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

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

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

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

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

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

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

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