#DA7BE1

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

Shades of Orchid #DA7BE1

Tints of Orchid #DA7BE1

Color information

#DA7BE1 (or 0xDA7BE1) is unknown color: approx Orchid. HEX triplet: DA, 7B and E1. RGB value is (218,123,225). Sum of RGB (Red+Green+Blue) = 218+123+225=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 123 (48.44% from 255 or 21.73% from 566); Blue value is 225 (88.28% from 255 or 39.75% from 566); Max value from RGB is 225 - color contains mainly: blue. Hex color #DA7BE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7BE1 is #25841E. Grayscale: #A2A2A2. Windows color (decimal): -2458655 or 14777306. OLE color: 14777306.

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

Color convert

RGB218123225-
CMYK0.030.4500.12
HSL295.88º62.96%68.24%-
HSV(B)295.88º45.33%88.24%-
XYZ49.5934.5175.28-
YUV163.03162.97167.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.52%
GREEN value IS 123 (48.44% from 255) = 21.73%
BLUE value IS 225 (88.28% from 255) = 39.75%
R=38.52%
G=21.73%
B=39.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2181232250.030.4500.12295.8862.9668.24
HexDA7BE132D0C1283f44
Octal33217334135501445077104
Binary1101101011110111110000111101101011001001010001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7BE1; }

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

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

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

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

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

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

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

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