#DA7FE1

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

Shades of Orchid #DA7FE1

Tints of Orchid #DA7FE1

Color information

#DA7FE1 (or 0xDA7FE1) is unknown color: approx Orchid. HEX triplet: DA, 7F and E1. RGB value is (218,127,225). Sum of RGB (Red+Green+Blue) = 218+127+225=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 127 (50% from 255 or 22.28% from 570); Blue value is 225 (88.28% from 255 or 39.47% from 570); Max value from RGB is 225 - color contains mainly: blue. Hex color #DA7FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7FE1 is #25801E. Grayscale: #A5A5A5. Windows color (decimal): -2457631 or 14778330. OLE color: 14778330.

HSL color Cylindrical-coordinate representation of color #DA7FE1: hue angle of 295.71º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA7FE1 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB218127225-
CMYK0.030.4400.12
HSL295.71º62.03%69.02%-
HSV(B)295.71º43.56%88.24%-
XYZ50.0935.5275.45-
YUV165.38161.65165.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.25%
GREEN value IS 127 (50% from 255) = 22.28%
BLUE value IS 225 (88.28% from 255) = 39.47%
R=38.25%
G=22.28%
B=39.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2181272250.030.4400.12295.7162.0369.02
HexDA7FE132C0C1283e45
Octal33217734135401445076105
Binary1101101011111111110000111101100011001001010001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7FE1; }

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

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

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

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

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

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

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

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