#DA7FD0

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

Shades of Orchid #DA7FD0

Tints of Orchid #DA7FD0

Color information

#DA7FD0 (or 0xDA7FD0) is unknown color: approx Orchid. HEX triplet: DA, 7F and D0. RGB value is (218,127,208). Sum of RGB (Red+Green+Blue) = 218+127+208=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7FD0 is #25802F. Grayscale: #A3A3A3. Windows color (decimal): -2457648 or 13664218. OLE color: 13664218.

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

Color convert

RGB218127208-
CMYK00.420.050.15
HSL306.59º55.15%67.65%-
HSV(B)306.59º41.74%85.49%-
XYZ47.8934.6463.84-
YUV163.44153.15166.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.42%
GREEN value IS 127 (50% from 255) = 22.97%
BLUE value IS 208 (81.64% from 255) = 37.61%
R=39.42%
G=22.97%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812720800.420.050.15306.5955.1567.65
HexDA7FD002A5F1333744
Octal33217732005251746367104
Binary11011010111111111010000010101010111111001100111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7FD0; }

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

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

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

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

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

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

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

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