Html Css Color HEX #DA76D0 Orchid

📋 copy color: '#DA76D0'

red 218 ◦ green 118 ◦ blue 208

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

Shades of Orchid #DA76D0

Tints of Orchid #DA76D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.24%

R = 40.07%
G = 21.69%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DA76D0 (or 0xDA76D0) is known color: Orchid. HEX triplet: DA, 76 and D0. RGB value is (218,118,208). Sum of RGB (Red+Green+Blue) = 218+118+208=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 118 (46.48% from 255 or 21.69% from 544); Blue value is 208 (81.64% from 255 or 38.24% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DA76D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA76D0 is #25892F. Grayscale: #9D9D9D. Windows color (decimal): -2459952 or 13661914. OLE color: 13661914.

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

Color convert

RGB 218 118 208 -
CMYK 0 0.46 0.05 0.15
HSL 306º 0.57% 0.66% -
HSV(B) 306º 0.46% 0.85% -
XYZ 46.78 32.42 63.47 -
YUV 158.16 156.13 170.68 -
System Red Green Blue C M Y K H S L
Decimal 218 118 208 0 0.46 0.05 0.15 306 0.57 0.66
Hex DA 76 D0 0 2E 5 F 132 39 42
Octal 332 166 320 0 56 5 17 462 71 102
Binary 11011010 1110110 11010000 0 101110 101 1111 100110010 111001 1000010

Color Harmonies of #DA76D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA76D0

Black with #DA76D0

Text Example


Text Example

White with #DA76D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA76D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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