Html Css Color HEX #DA6EE1 Orchid

📋 copy color: '#DA6EE1'

red 218 ◦ green 110 ◦ blue 225

#DA6EE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #DA6EE1

Tints of Orchid #DA6EE1

RGB

 RED value IS 218 (85.55% from 255) = 39.42%

 GREEN value IS 110 (43.36% from 255) = 19.89%

 BLUE value IS 225 (88.28% from 255) = 40.69%

R = 39.42%
G = 19.89%
B = 40.69%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DA6EE1 (or 0xDA6EE1) is known color: Orchid. HEX triplet: DA, 6E and E1. RGB value is (218,110,225). Sum of RGB (Red+Green+Blue) = 218+110+225=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 110 (43.36% from 255 or 19.89% from 553); Blue value is 225 (88.28% from 255 or 40.69% from 553); Max value from RGB is 225 - color contains mainly: blue. Hex color #DA6EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6EE1 is #25911E. Grayscale: #9B9B9B. Windows color (decimal): -2461983 or 14773978. OLE color: 14773978.

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

Color convert

RGB 218 110 225 -
CMYK 0.03 0.51 0 0.12
HSL 296.35º 0.66% 0.66% -
HSV(B) 296.35º 0.51% 0.88% -
XYZ 48.08 31.49 74.78 -
YUV 155.4 167.28 172.65 -
System Red Green Blue C M Y K H S L
Decimal 218 110 225 0.03 0.51 0 0.12 296.35 0.66 0.66
Hex DA 6E E1 3 33 0 C 128 42 42
Octal 332 156 341 3 63 0 14 450 102 102
Binary 11011010 1101110 11100001 11 110011 0 1100 100101000 1000010 1000010

Color Harmonies of #DA6EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6EE1

Black with #DA6EE1

Text Example


Text Example

White with #DA6EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6EE1; }

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

 H1.HeaderClassName
 {
   color: #DA6EE1;
 }
 .AnyTagClassName
 {
   color: #DA6EE1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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