#DA63E1

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

Shades of Orchid #DA63E1

Tints of Orchid #DA63E1

Color information

#DA63E1 (or 0xDA63E1) is unknown color: approx Orchid. HEX triplet: DA, 63 and E1. RGB value is (218,99,225). Sum of RGB (Red+Green+Blue) = 218+99+225=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 99 (39.06% from 255 or 18.27% from 542); Blue value is 225 (88.28% from 255 or 41.51% from 542); Max value from RGB is 225 - color contains mainly: blue. Hex color #DA63E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA63E1 is #259C1E. Grayscale: #949494. Windows color (decimal): -2464799 or 14771162. OLE color: 14771162.

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

Color convert

RGB21899225-
CMYK0.030.5600.12
HSL296.67º67.74%63.53%-
HSV(B)296.67º56%88.24%-
XYZ46.9729.2774.41-
YUV148.94170.92177.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.22%
GREEN value IS 99 (39.06% from 255) = 18.27%
BLUE value IS 225 (88.28% from 255) = 41.51%
R=40.22%
G=18.27%
B=41.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal218992250.030.5600.12296.6767.7463.53
HexDA63E13380C1294440
Octal332143341370014451104100
Binary11011010110001111100001111110000110010010100110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA63E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA63E1; }

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

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

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

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

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

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

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

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