Html Css Color HEX #DA7EC7 Orchid

📋 copy color: '#DA7EC7'

red 218 ◦ green 126 ◦ blue 199

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

Shades of Orchid #DA7EC7

Tints of Orchid #DA7EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.65%

R = 40.15%
G = 23.2%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#DA7EC7 (or 0xDA7EC7) is known color: Orchid. HEX triplet: DA, 7E and C7. RGB value is (218,126,199). Sum of RGB (Red+Green+Blue) = 218+126+199=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 126 (49.61% from 255 or 23.20% from 543); Blue value is 199 (78.12% from 255 or 36.65% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7EC7 is #258138. Grayscale: #A1A1A1. Windows color (decimal): -2457913 or 13074138. OLE color: 13074138.

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

Color convert

RGB 218 126 199 -
CMYK 0 0.42 0.09 0.15
HSL 312.39º 0.55% 0.67% -
HSV(B) 312.39º 0.42% 0.85% -
XYZ 46.68 33.95 58.13 -
YUV 161.83 148.98 168.06 -
System Red Green Blue C M Y K H S L
Decimal 218 126 199 0 0.42 0.09 0.15 312.39 0.55 0.67
Hex DA 7E C7 0 2A 9 F 138 37 43
Octal 332 176 307 0 52 11 17 470 67 103
Binary 11011010 1111110 11000111 0 101010 1001 1111 100111000 110111 1000011

Color Harmonies of #DA7EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7EC7

Black with #DA7EC7

Text Example


Text Example

White with #DA7EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7EC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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