Html Css Color HEX #DA6EBE Orchid

📋 copy color: '#DA6EBE'

red 218 ◦ green 110 ◦ blue 190

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

Shades of Orchid #DA6EBE

Tints of Orchid #DA6EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.68%

R = 42.08%
G = 21.24%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DA6EBE (or 0xDA6EBE) is known color: Orchid. HEX triplet: DA, 6E and BE. RGB value is (218,110,190). Sum of RGB (Red+Green+Blue) = 218+110+190=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 110 (43.36% from 255 or 21.24% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6EBE is #259141. Grayscale: #979797. Windows color (decimal): -2462018 or 12480218. OLE color: 12480218.

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

Color convert

RGB 218 110 190 -
CMYK 0 0.50 0.13 0.15
HSL 315.56º 0.59% 0.64% -
HSV(B) 315.56º 0.5% 0.85% -
XYZ 43.78 29.77 52.15 -
YUV 151.41 149.78 175.5 -
System Red Green Blue C M Y K H S L
Decimal 218 110 190 0 0.50 0.13 0.15 315.56 0.59 0.64
Hex DA 6E BE 0 32 D F 13C 3B 40
Octal 332 156 276 0 62 15 17 474 73 100
Binary 11011010 1101110 10111110 0 110010 1101 1111 100111100 111011 1000000

Color Harmonies of #DA6EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6EBE

Black with #DA6EBE

Text Example


Text Example

White with #DA6EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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