Html Css Color HEX #DA7EC9 Orchid

📋 copy color: '#DA7EC9'

red 218 ◦ green 126 ◦ blue 201

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

Shades of Orchid #DA7EC9

Tints of Orchid #DA7EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.88%

R = 40%
G = 23.12%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#DA7EC9 (or 0xDA7EC9) is known color: Orchid. HEX triplet: DA, 7E and C9. RGB value is (218,126,201). Sum of RGB (Red+Green+Blue) = 218+126+201=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 126 (49.61% from 255 or 23.12% from 545); Blue value is 201 (78.91% from 255 or 36.88% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7EC9 is #258136. Grayscale: #A1A1A1. Windows color (decimal): -2457911 or 13205210. OLE color: 13205210.

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

Color convert

RGB 218 126 201 -
CMYK 0 0.42 0.08 0.15
HSL 311.09º 0.55% 0.67% -
HSV(B) 311.09º 0.42% 0.85% -
XYZ 46.92 34.04 59.36 -
YUV 162.06 149.98 167.9 -
System Red Green Blue C M Y K H S L
Decimal 218 126 201 0 0.42 0.08 0.15 311.09 0.55 0.67
Hex DA 7E C9 0 2A 8 F 137 37 43
Octal 332 176 311 0 52 10 17 467 67 103
Binary 11011010 1111110 11001001 0 101010 1000 1111 100110111 110111 1000011

Color Harmonies of #DA7EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7EC9

Black with #DA7EC9

Text Example


Text Example

White with #DA7EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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