Html Css Color HEX #DA7EDD Orchid

📋 copy color: '#DA7EDD'

red 218 ◦ green 126 ◦ blue 221

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

Shades of Orchid #DA7EDD

Tints of Orchid #DA7EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.12%

R = 38.58%
G = 22.3%
B = 39.12%

CMYK

 C value IS 0.01

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA7EDD (or 0xDA7EDD) is known color: Orchid. HEX triplet: DA, 7E and DD. RGB value is (218,126,221). Sum of RGB (Red+Green+Blue) = 218+126+221=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 126 (49.61% from 255 or 22.30% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA7EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7EDD is #258122. Grayscale: #A4A4A4. Windows color (decimal): -2457891 or 14515930. OLE color: 14515930.

HSL color Cylindrical-coordinate representation of color #DA7EDD: hue angle of 298.11º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA7EDD is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 126 221 -
CMYK 0.01 0.43 0 0.13
HSL 298.11º 0.58% 0.68% -
HSV(B) 298.11º 0.43% 0.87% -
XYZ 49.43 35.05 72.57 -
YUV 164.34 159.98 166.28 -
System Red Green Blue C M Y K H S L
Decimal 218 126 221 0.01 0.43 0 0.13 298.11 0.58 0.68
Hex DA 7E DD 1 2B 0 D 12A 3A 44
Octal 332 176 335 1 53 0 15 452 72 104
Binary 11011010 1111110 11011101 1 101011 0 1101 100101010 111010 1000100

Color Harmonies of #DA7EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7EDD

Black with #DA7EDD

Text Example


Text Example

White with #DA7EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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