Html Css Color HEX #DA6EDE Orchid

📋 copy color: '#DA6EDE'

red 218 ◦ green 110 ◦ blue 222

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

Shades of Orchid #DA6EDE

Tints of Orchid #DA6EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.36%

R = 39.64%
G = 20%
B = 40.36%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA6EDE (or 0xDA6EDE) is known color: Orchid. HEX triplet: DA, 6E and DE. RGB value is (218,110,222). Sum of RGB (Red+Green+Blue) = 218+110+222=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 110 (43.36% from 255 or 20% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA6EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6EDE is #259121. Grayscale: #9A9A9A. Windows color (decimal): -2461986 or 14577370. OLE color: 14577370.

HSL color Cylindrical-coordinate representation of color #DA6EDE: hue angle of 297.86º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA6EDE is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 110 222 -
CMYK 0.02 0.50 0 0.13
HSL 297.86º 0.63% 0.65% -
HSV(B) 297.86º 0.5% 0.87% -
XYZ 47.67 31.33 72.64 -
YUV 155.06 165.78 172.89 -
System Red Green Blue C M Y K H S L
Decimal 218 110 222 0.02 0.50 0 0.13 297.86 0.63 0.65
Hex DA 6E DE 2 32 0 D 12A 3F 41
Octal 332 156 336 2 62 0 15 452 77 101
Binary 11011010 1101110 11011110 10 110010 0 1101 100101010 111111 1000001

Color Harmonies of #DA6EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6EDE

Black with #DA6EDE

Text Example


Text Example

White with #DA6EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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