Html Css Color HEX #DA76BE Orchid

📋 copy color: '#DA76BE'

red 218 ◦ green 118 ◦ blue 190

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

Shades of Orchid #DA76BE

Tints of Orchid #DA76BE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.43%

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

R = 41.44%
G = 22.43%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DA76BE (or 0xDA76BE) is known color: Orchid. HEX triplet: DA, 76 and BE. RGB value is (218,118,190). Sum of RGB (Red+Green+Blue) = 218+118+190=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 118 (46.48% from 255 or 22.43% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DA76BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA76BE is #258941. Grayscale: #9B9B9B. Windows color (decimal): -2459970 or 12482266. OLE color: 12482266.

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

Color convert

RGB 218 118 190 -
CMYK 0 0.46 0.13 0.15
HSL 316.8º 0.57% 0.66% -
HSV(B) 316.8º 0.46% 0.85% -
XYZ 44.69 31.58 52.46 -
YUV 156.11 147.13 172.15 -
System Red Green Blue C M Y K H S L
Decimal 218 118 190 0 0.46 0.13 0.15 316.8 0.57 0.66
Hex DA 76 BE 0 2E D F 13D 39 42
Octal 332 166 276 0 56 15 17 475 71 102
Binary 11011010 1110110 10111110 0 101110 1101 1111 100111101 111001 1000010

Color Harmonies of #DA76BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA76BE

Black with #DA76BE

Text Example


Text Example

White with #DA76BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA76BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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