Html Css Color HEX #DA6ABB Orchid

📋 copy color: '#DA6ABB'

red 218 ◦ green 106 ◦ blue 187

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

Shades of Orchid #DA6ABB

Tints of Orchid #DA6ABB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.74%

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

R = 42.66%
G = 20.74%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DA6ABB (or 0xDA6ABB) is known color: Orchid. HEX triplet: DA, 6A and BB. RGB value is (218,106,187). Sum of RGB (Red+Green+Blue) = 218+106+187=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 106 (41.80% from 255 or 20.74% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6ABB is #259544. Grayscale: #949494. Windows color (decimal): -2463045 or 12282586. OLE color: 12282586.

HSL color Cylindrical-coordinate representation of color #DA6ABB: hue angle of 316.61º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA6ABB is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 106 187 -
CMYK 0 0.51 0.14 0.15
HSL 316.61º 0.6% 0.64% -
HSV(B) 316.61º 0.51% 0.85% -
XYZ 43.04 28.8 50.3 -
YUV 148.72 149.61 177.41 -
System Red Green Blue C M Y K H S L
Decimal 218 106 187 0 0.51 0.14 0.15 316.61 0.6 0.64
Hex DA 6A BB 0 33 E F 13D 3C 40
Octal 332 152 273 0 63 16 17 475 74 100
Binary 11011010 1101010 10111011 0 110011 1110 1111 100111101 111100 1000000

Color Harmonies of #DA6ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6ABB

Black with #DA6ABB

Text Example


Text Example

White with #DA6ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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