Html Css Color HEX #DA7EE5 Orchid

📋 copy color: '#DA7EE5'

red 218 ◦ green 126 ◦ blue 229

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

Shades of Orchid #DA7EE5

Tints of Orchid #DA7EE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 39.97%

R = 38.05%
G = 21.99%
B = 39.97%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DA7EE5 (or 0xDA7EE5) is known color: Orchid. HEX triplet: DA, 7E and E5. RGB value is (218,126,229). Sum of RGB (Red+Green+Blue) = 218+126+229=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 126 (49.61% from 255 or 21.99% from 573); Blue value is 229 (89.84% from 255 or 39.97% from 573); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA7EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7EE5 is #25811A. Grayscale: #A4A4A4. Windows color (decimal): -2457883 or 15040218. OLE color: 15040218.

HSL color Cylindrical-coordinate representation of color #DA7EE5: hue angle of 293.59º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA7EE5 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 126 229 -
CMYK 0.05 0.45 0 0.10
HSL 293.59º 0.66% 0.7% -
HSV(B) 293.59º 0.45% 0.9% -
XYZ 50.52 35.48 78.32 -
YUV 165.25 163.98 165.62 -
System Red Green Blue C M Y K H S L
Decimal 218 126 229 0.05 0.45 0 0.10 293.59 0.66 0.7
Hex DA 7E E5 5 2D 0 A 126 42 46
Octal 332 176 345 5 55 0 12 446 102 106
Binary 11011010 1111110 11100101 101 101101 0 1010 100100110 1000010 1000110

Color Harmonies of #DA7EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7EE5

Black with #DA7EE5

Text Example


Text Example

White with #DA7EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7EE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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