Html Css Color HEX #DA76C9 Orchid

📋 copy color: '#DA76C9'

red 218 ◦ green 118 ◦ blue 201

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

Shades of Orchid #DA76C9

Tints of Orchid #DA76C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.43%

R = 40.6%
G = 21.97%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#DA76C9 (or 0xDA76C9) is known color: Orchid. HEX triplet: DA, 76 and C9. RGB value is (218,118,201). Sum of RGB (Red+Green+Blue) = 218+118+201=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 118 (46.48% from 255 or 21.97% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DA76C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA76C9 is #258936. Grayscale: #9D9D9D. Windows color (decimal): -2459959 or 13203162. OLE color: 13203162.

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

Color convert

RGB 218 118 201 -
CMYK 0 0.46 0.08 0.15
HSL 310.2º 0.57% 0.66% -
HSV(B) 310.2º 0.46% 0.85% -
XYZ 45.93 32.08 59.03 -
YUV 157.36 152.63 171.25 -
System Red Green Blue C M Y K H S L
Decimal 218 118 201 0 0.46 0.08 0.15 310.2 0.57 0.66
Hex DA 76 C9 0 2E 8 F 136 39 42
Octal 332 166 311 0 56 10 17 466 71 102
Binary 11011010 1110110 11001001 0 101110 1000 1111 100110110 111001 1000010

Color Harmonies of #DA76C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA76C9

Black with #DA76C9

Text Example


Text Example

White with #DA76C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA76C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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