Html Css Color HEX #DA73D9 Orchid

📋 copy color: '#DA73D9'

red 218 ◦ green 115 ◦ blue 217

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

Shades of Orchid #DA73D9

Tints of Orchid #DA73D9

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.91%

 BLUE value IS 217 (85.16% from 255) = 39.45%

R = 39.64%
G = 20.91%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#DA73D9 (or 0xDA73D9) is known color: Orchid. HEX triplet: DA, 73 and D9. RGB value is (218,115,217). Sum of RGB (Red+Green+Blue) = 218+115+217=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 115 (45.31% from 255 or 20.91% from 550); Blue value is 217 (85.16% from 255 or 39.45% from 550); Max value from RGB is 218 - color contains mainly: red. Hex color #DA73D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA73D9 is #258C26. Grayscale: #9D9D9D. Windows color (decimal): -2460711 or 14250970. OLE color: 14250970.

HSL color Cylindrical-coordinate representation of color #DA73D9: hue angle of 300.58º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA73D9 is Cyan = 0, Magento = 0.47, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 115 217 -
CMYK 0 0.47 0.00 0.15
HSL 300.58º 0.58% 0.65% -
HSV(B) 300.58º 0.47% 0.85% -
XYZ 47.57 32.18 69.35 -
YUV 157.43 161.62 171.21 -
System Red Green Blue C M Y K H S L
Decimal 218 115 217 0 0.47 0.00 0.15 300.58 0.58 0.65
Hex DA 73 D9 0 2F 0 F 12D 3A 41
Octal 332 163 331 0 57 0 17 455 72 101
Binary 11011010 1110011 11011001 0 101111 0 1111 100101101 111010 1000001

Color Harmonies of #DA73D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA73D9

Black with #DA73D9

Text Example


Text Example

White with #DA73D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA73D9; }

 p { color: rgb(218,115,217); }

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

background-color css

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

 a { background-color: rgb(218,115,217); }

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

border-color css

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

 span { border-color: rgb(218,115,217); }

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