Html Css Color HEX #DA7EC1 Orchid

📋 copy color: '#DA7EC1'

red 218 ◦ green 126 ◦ blue 193

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

Shades of Orchid #DA7EC1

Tints of Orchid #DA7EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.94%

R = 40.6%
G = 23.46%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#DA7EC1 (or 0xDA7EC1) is known color: Orchid. HEX triplet: DA, 7E and C1. RGB value is (218,126,193). Sum of RGB (Red+Green+Blue) = 218+126+193=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 126 (49.61% from 255 or 23.46% from 537); Blue value is 193 (75.78% from 255 or 35.94% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7EC1 is #25813E. Grayscale: #A0A0A0. Windows color (decimal): -2457919 or 12680922. OLE color: 12680922.

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

Color convert

RGB 218 126 193 -
CMYK 0 0.42 0.11 0.15
HSL 316.3º 0.55% 0.67% -
HSV(B) 316.3º 0.42% 0.85% -
XYZ 46 33.68 54.53 -
YUV 161.15 145.98 168.55 -
System Red Green Blue C M Y K H S L
Decimal 218 126 193 0 0.42 0.11 0.15 316.3 0.55 0.67
Hex DA 7E C1 0 2A B F 13C 37 43
Octal 332 176 301 0 52 13 17 474 67 103
Binary 11011010 1111110 11000001 0 101010 1011 1111 100111100 110111 1000011

Color Harmonies of #DA7EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7EC1

Black with #DA7EC1

Text Example


Text Example

White with #DA7EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7EC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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