Html Css Color HEX #DA6ED9 Orchid

📋 copy color: '#DA6ED9'

red 218 ◦ green 110 ◦ blue 217

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

Shades of Orchid #DA6ED9

Tints of Orchid #DA6ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.82%

R = 40%
G = 20.18%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#DA6ED9 (or 0xDA6ED9) is known color: Orchid. HEX triplet: DA, 6E and D9. RGB value is (218,110,217). Sum of RGB (Red+Green+Blue) = 218+110+217=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 110 (43.36% from 255 or 20.18% from 545); Blue value is 217 (85.16% from 255 or 39.82% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6ED9 is #259126. Grayscale: #9A9A9A. Windows color (decimal): -2461991 or 14249690. OLE color: 14249690.

HSL color Cylindrical-coordinate representation of color #DA6ED9: hue angle of 300.56º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA6ED9 is Cyan = 0, Magento = 0.50, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 110 217 -
CMYK 0 0.50 0.00 0.15
HSL 300.56º 0.59% 0.64% -
HSV(B) 300.56º 0.5% 0.85% -
XYZ 47.01 31.07 69.16 -
YUV 154.49 163.28 173.3 -
System Red Green Blue C M Y K H S L
Decimal 218 110 217 0 0.50 0.00 0.15 300.56 0.59 0.64
Hex DA 6E D9 0 32 0 F 12D 3B 40
Octal 332 156 331 0 62 0 17 455 73 100
Binary 11011010 1101110 11011001 0 110010 0 1111 100101101 111011 1000000

Color Harmonies of #DA6ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6ED9

Black with #DA6ED9

Text Example


Text Example

White with #DA6ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6ED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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