Html Css Color HEX #DA76BD Orchid

📋 copy color: '#DA76BD'

red 218 ◦ green 118 ◦ blue 189

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

Shades of Orchid #DA76BD

Tints of Orchid #DA76BD

RGB

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

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

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

R = 41.52%
G = 22.48%
B = 36%

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

#DA76BD (or 0xDA76BD) is known color: Orchid. HEX triplet: DA, 76 and BD. RGB value is (218,118,189). Sum of RGB (Red+Green+Blue) = 218+118+189=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 118 (46.48% from 255 or 22.48% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DA76BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA76BD is #258942. Grayscale: #9B9B9B. Windows color (decimal): -2459971 or 12416730. OLE color: 12416730.

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

Color convert

RGB 218 118 189 -
CMYK 0 0.46 0.13 0.15
HSL 317.4º 0.57% 0.66% -
HSV(B) 317.4º 0.46% 0.85% -
XYZ 44.58 31.54 51.88 -
YUV 155.99 146.63 172.23 -
System Red Green Blue C M Y K H S L
Decimal 218 118 189 0 0.46 0.13 0.15 317.4 0.57 0.66
Hex DA 76 BD 0 2E D F 13D 39 42
Octal 332 166 275 0 56 15 17 475 71 102
Binary 11011010 1110110 10111101 0 101110 1101 1111 100111101 111001 1000010

Color Harmonies of #DA76BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA76BD

Black with #DA76BD

Text Example


Text Example

White with #DA76BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA76BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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