Html Css Color HEX #DA77BD Orchid

📋 copy color: '#DA77BD'

red 218 ◦ green 119 ◦ blue 189

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

Shades of Orchid #DA77BD

Tints of Orchid #DA77BD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.62%

 BLUE value IS 189 (74.22% from 255) = 35.93%

R = 41.44%
G = 22.62%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DA77BD (or 0xDA77BD) is known color: Orchid. HEX triplet: DA, 77 and BD. RGB value is (218,119,189). Sum of RGB (Red+Green+Blue) = 218+119+189=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 119 (46.88% from 255 or 22.62% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DA77BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA77BD is #258842. Grayscale: #9C9C9C. Windows color (decimal): -2459715 or 12416986. OLE color: 12416986.

HSL color Cylindrical-coordinate representation of color #DA77BD: hue angle of 317.58º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA77BD is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 119 189 -
CMYK 0 0.45 0.13 0.15
HSL 317.58º 0.57% 0.66% -
HSV(B) 317.58º 0.45% 0.85% -
XYZ 44.7 31.77 51.92 -
YUV 156.58 146.3 171.81 -
System Red Green Blue C M Y K H S L
Decimal 218 119 189 0 0.45 0.13 0.15 317.58 0.57 0.66
Hex DA 77 BD 0 2D D F 13E 39 42
Octal 332 167 275 0 55 15 17 476 71 102
Binary 11011010 1110111 10111101 0 101101 1101 1111 100111110 111001 1000010

Color Harmonies of #DA77BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA77BD

Black with #DA77BD

Text Example


Text Example

White with #DA77BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA77BD; }

 p { color: rgb(218,119,189); }

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

background-color css

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

 a { background-color: rgb(218,119,189); }

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

border-color css

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

 span { border-color: rgb(218,119,189); }

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