Html Css Color HEX #DA6EBA Orchid

📋 copy color: '#DA6EBA'

red 218 ◦ green 110 ◦ blue 186

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

Shades of Orchid #DA6EBA

Tints of Orchid #DA6EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.19%

R = 42.41%
G = 21.4%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA6EBA (or 0xDA6EBA) is known color: Orchid. HEX triplet: DA, 6E and BA. RGB value is (218,110,186). Sum of RGB (Red+Green+Blue) = 218+110+186=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 110 (43.36% from 255 or 21.40% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6EBA is #259145. Grayscale: #969696. Windows color (decimal): -2462022 or 12218074. OLE color: 12218074.

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

Color convert

RGB 218 110 186 -
CMYK 0 0.50 0.15 0.15
HSL 317.78º 0.59% 0.64% -
HSV(B) 317.78º 0.5% 0.85% -
XYZ 43.35 29.6 49.88 -
YUV 150.96 147.78 175.82 -
System Red Green Blue C M Y K H S L
Decimal 218 110 186 0 0.50 0.15 0.15 317.78 0.59 0.64
Hex DA 6E BA 0 32 F F 13E 3B 40
Octal 332 156 272 0 62 17 17 476 73 100
Binary 11011010 1101110 10111010 0 110010 1111 1111 100111110 111011 1000000

Color Harmonies of #DA6EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6EBA

Black with #DA6EBA

Text Example


Text Example

White with #DA6EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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