Html Css Color HEX #DA76D5 Orchid

📋 copy color: '#DA76D5'

red 218 ◦ green 118 ◦ blue 213

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

Shades of Orchid #DA76D5

Tints of Orchid #DA76D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.8%

R = 39.71%
G = 21.49%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#DA76D5 (or 0xDA76D5) is known color: Orchid. HEX triplet: DA, 76 and D5. RGB value is (218,118,213). Sum of RGB (Red+Green+Blue) = 218+118+213=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 118 (46.48% from 255 or 21.49% from 549); Blue value is 213 (83.59% from 255 or 38.80% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DA76D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA76D5 is #25892A. Grayscale: #9E9E9E. Windows color (decimal): -2459947 or 13989594. OLE color: 13989594.

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

Color convert

RGB 218 118 213 -
CMYK 0 0.46 0.02 0.15
HSL 303º 0.57% 0.66% -
HSV(B) 303º 0.46% 0.85% -
XYZ 47.4 32.67 66.76 -
YUV 158.73 158.63 170.28 -
System Red Green Blue C M Y K H S L
Decimal 218 118 213 0 0.46 0.02 0.15 303 0.57 0.66
Hex DA 76 D5 0 2E 2 F 12F 39 42
Octal 332 166 325 0 56 2 17 457 71 102
Binary 11011010 1110110 11010101 0 101110 10 1111 100101111 111001 1000010

Color Harmonies of #DA76D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA76D5

Black with #DA76D5

Text Example


Text Example

White with #DA76D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA76D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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