Html Css Color HEX #DA7EDC Orchid

📋 copy color: '#DA7EDC'

red 218 ◦ green 126 ◦ blue 220

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

Shades of Orchid #DA7EDC

Tints of Orchid #DA7EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.01%

R = 38.65%
G = 22.34%
B = 39.01%

CMYK

 C value IS 0.01

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA7EDC (or 0xDA7EDC) is known color: Orchid. HEX triplet: DA, 7E and DC. RGB value is (218,126,220). Sum of RGB (Red+Green+Blue) = 218+126+220=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 126 (49.61% from 255 or 22.34% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA7EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7EDC is #258123. Grayscale: #A3A3A3. Windows color (decimal): -2457892 or 14450394. OLE color: 14450394.

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

Color convert

RGB 218 126 220 -
CMYK 0.01 0.43 0 0.14
HSL 298.72º 0.57% 0.68% -
HSV(B) 298.72º 0.43% 0.86% -
XYZ 49.29 34.99 71.87 -
YUV 164.22 159.48 166.36 -
System Red Green Blue C M Y K H S L
Decimal 218 126 220 0.01 0.43 0 0.14 298.72 0.57 0.68
Hex DA 7E DC 1 2B 0 E 12B 39 44
Octal 332 176 334 1 53 0 16 453 71 104
Binary 11011010 1111110 11011100 1 101011 0 1110 100101011 111001 1000100

Color Harmonies of #DA7EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7EDC

Black with #DA7EDC

Text Example


Text Example

White with #DA7EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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