Html Css Color HEX #DA6ED7 Orchid

📋 copy color: '#DA6ED7'

red 218 ◦ green 110 ◦ blue 215

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

Shades of Orchid #DA6ED7

Tints of Orchid #DA6ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.59%

R = 40.15%
G = 20.26%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#DA6ED7 (or 0xDA6ED7) is known color: Orchid. HEX triplet: DA, 6E and D7. RGB value is (218,110,215). Sum of RGB (Red+Green+Blue) = 218+110+215=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 110 (43.36% from 255 or 20.26% from 543); Blue value is 215 (84.38% from 255 or 39.59% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6ED7 is #259128. Grayscale: #999999. Windows color (decimal): -2461993 or 14118618. OLE color: 14118618.

HSL color Cylindrical-coordinate representation of color #DA6ED7: hue angle of 301.67º 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 #DA6ED7 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 110 215 -
CMYK 0 0.50 0.01 0.15
HSL 301.67º 0.59% 0.64% -
HSV(B) 301.67º 0.5% 0.85% -
XYZ 46.76 30.96 67.8 -
YUV 154.26 162.28 173.46 -
System Red Green Blue C M Y K H S L
Decimal 218 110 215 0 0.50 0.01 0.15 301.67 0.59 0.64
Hex DA 6E D7 0 32 1 F 12E 3B 40
Octal 332 156 327 0 62 1 17 456 73 100
Binary 11011010 1101110 11010111 0 110010 1 1111 100101110 111011 1000000

Color Harmonies of #DA6ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6ED7

Black with #DA6ED7

Text Example


Text Example

White with #DA6ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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