Html Css Color HEX #DA6EC8 Orchid

📋 copy color: '#DA6EC8'

red 218 ◦ green 110 ◦ blue 200

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

Shades of Orchid #DA6EC8

Tints of Orchid #DA6EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.88%

R = 41.29%
G = 20.83%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#DA6EC8 (or 0xDA6EC8) is known color: Orchid. HEX triplet: DA, 6E and C8. RGB value is (218,110,200). Sum of RGB (Red+Green+Blue) = 218+110+200=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 110 (43.36% from 255 or 20.83% from 528); Blue value is 200 (78.52% from 255 or 37.88% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6EC8 is #259137. Grayscale: #989898. Windows color (decimal): -2462008 or 13135578. OLE color: 13135578.

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

Color convert

RGB 218 110 200 -
CMYK 0 0.50 0.08 0.15
HSL 310º 0.59% 0.64% -
HSV(B) 310º 0.5% 0.85% -
XYZ 44.91 30.23 58.11 -
YUV 152.55 154.78 174.68 -
System Red Green Blue C M Y K H S L
Decimal 218 110 200 0 0.50 0.08 0.15 310 0.59 0.64
Hex DA 6E C8 0 32 8 F 136 3B 40
Octal 332 156 310 0 62 10 17 466 73 100
Binary 11011010 1101110 11001000 0 110010 1000 1111 100110110 111011 1000000

Color Harmonies of #DA6EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6EC8

Black with #DA6EC8

Text Example


Text Example

White with #DA6EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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