#DA7FD5

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

Shades of Orchid #DA7FD5

Tints of Orchid #DA7FD5

Color information

#DA7FD5 (or 0xDA7FD5) is unknown color: approx Orchid. HEX triplet: DA, 7F and D5. RGB value is (218,127,213). Sum of RGB (Red+Green+Blue) = 218+127+213=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 127 (50% from 255 or 22.76% from 558); Blue value is 213 (83.59% from 255 or 38.17% from 558); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7FD5 is #25802A. Grayscale: #A3A3A3. Windows color (decimal): -2457643 or 13991898. OLE color: 13991898.

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

Color convert

RGB218127213-
CMYK00.420.020.15
HSL303.3º55.15%67.65%-
HSV(B)303.3º41.74%85.49%-
XYZ48.5134.8967.13-
YUV164.01155.65166.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.07%
GREEN value IS 127 (50% from 255) = 22.76%
BLUE value IS 213 (83.59% from 255) = 38.17%
R=39.07%
G=22.76%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812721300.420.020.15303.355.1567.65
HexDA7FD502A2F12f3744
Octal33217732505221745767104
Binary1101101011111111101010101010101011111001011111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7FD5; }

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

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

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

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

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

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

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

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