Html Css Color HEX #DA7ED2 Orchid

📋 copy color: '#DA7ED2'

red 218 ◦ green 126 ◦ blue 210

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

Shades of Orchid #DA7ED2

Tints of Orchid #DA7ED2

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.74%

 BLUE value IS 210 (82.42% from 255) = 37.91%

R = 39.35%
G = 22.74%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#DA7ED2 (or 0xDA7ED2) is known color: Orchid. HEX triplet: DA, 7E and D2. RGB value is (218,126,210). Sum of RGB (Red+Green+Blue) = 218+126+210=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 126 (49.61% from 255 or 22.74% from 554); Blue value is 210 (82.42% from 255 or 37.91% from 554); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7ED2 is #25812D. Grayscale: #A2A2A2. Windows color (decimal): -2457902 or 13795034. OLE color: 13795034.

HSL color Cylindrical-coordinate representation of color #DA7ED2: hue angle of 305.22º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA7ED2 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 126 210 -
CMYK 0 0.42 0.04 0.15
HSL 305.22º 0.55% 0.67% -
HSV(B) 305.22º 0.42% 0.85% -
XYZ 48.01 34.48 65.1 -
YUV 163.08 154.48 167.17 -
System Red Green Blue C M Y K H S L
Decimal 218 126 210 0 0.42 0.04 0.15 305.22 0.55 0.67
Hex DA 7E D2 0 2A 4 F 131 37 43
Octal 332 176 322 0 52 4 17 461 67 103
Binary 11011010 1111110 11010010 0 101010 100 1111 100110001 110111 1000011

Color Harmonies of #DA7ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7ED2

Black with #DA7ED2

Text Example


Text Example

White with #DA7ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7ED2; }

 p { color: rgb(218,126,210); }

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

background-color css

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

 a { background-color: rgb(218,126,210); }

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

border-color css

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

 span { border-color: rgb(218,126,210); }

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