Html Css Color HEX #DA6EBB Orchid

📋 copy color: '#DA6EBB'

red 218 ◦ green 110 ◦ blue 187

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

Shades of Orchid #DA6EBB

Tints of Orchid #DA6EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.31%

R = 42.33%
G = 21.36%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DA6EBB (or 0xDA6EBB) is known color: Orchid. HEX triplet: DA, 6E and BB. RGB value is (218,110,187). Sum of RGB (Red+Green+Blue) = 218+110+187=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 110 (43.36% from 255 or 21.36% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6EBB is #259144. Grayscale: #969696. Windows color (decimal): -2462021 or 12283610. OLE color: 12283610.

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

Color convert

RGB 218 110 187 -
CMYK 0 0.50 0.14 0.15
HSL 317.22º 0.59% 0.64% -
HSV(B) 317.22º 0.5% 0.85% -
XYZ 43.46 29.65 50.45 -
YUV 151.07 148.28 175.74 -
System Red Green Blue C M Y K H S L
Decimal 218 110 187 0 0.50 0.14 0.15 317.22 0.59 0.64
Hex DA 6E BB 0 32 E F 13D 3B 40
Octal 332 156 273 0 62 16 17 475 73 100
Binary 11011010 1101110 10111011 0 110010 1110 1111 100111101 111011 1000000

Color Harmonies of #DA6EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6EBB

Black with #DA6EBB

Text Example


Text Example

White with #DA6EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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