Html Css Color HEX #DA6EC7 Orchid

📋 copy color: '#DA6EC7'

red 218 ◦ green 110 ◦ blue 199

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

Shades of Orchid #DA6EC7

Tints of Orchid #DA6EC7

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.87%

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

R = 41.37%
G = 20.87%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#DA6EC7 (or 0xDA6EC7) is known color: Orchid. HEX triplet: DA, 6E and C7. RGB value is (218,110,199). Sum of RGB (Red+Green+Blue) = 218+110+199=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 110 (43.36% from 255 or 20.87% from 527); Blue value is 199 (78.12% from 255 or 37.76% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6EC7 is #259138. Grayscale: #989898. Windows color (decimal): -2462009 or 13070042. OLE color: 13070042.

HSL color Cylindrical-coordinate representation of color #DA6EC7: hue angle of 310.56º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA6EC7 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 110 199 -
CMYK 0 0.50 0.09 0.15
HSL 310.56º 0.59% 0.64% -
HSV(B) 310.56º 0.5% 0.85% -
XYZ 44.8 30.18 57.5 -
YUV 152.44 154.28 174.76 -
System Red Green Blue C M Y K H S L
Decimal 218 110 199 0 0.50 0.09 0.15 310.56 0.59 0.64
Hex DA 6E C7 0 32 9 F 137 3B 40
Octal 332 156 307 0 62 11 17 467 73 100
Binary 11011010 1101110 11000111 0 110010 1001 1111 100110111 111011 1000000

Color Harmonies of #DA6EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6EC7

Black with #DA6EC7

Text Example


Text Example

White with #DA6EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6EC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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