Html Css Color HEX #DA73D6 Orchid

📋 copy color: '#DA73D6'

red 218 ◦ green 115 ◦ blue 214

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

Shades of Orchid #DA73D6

Tints of Orchid #DA73D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.12%

R = 39.85%
G = 21.02%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#DA73D6 (or 0xDA73D6) is known color: Orchid. HEX triplet: DA, 73 and D6. RGB value is (218,115,214). Sum of RGB (Red+Green+Blue) = 218+115+214=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 115 (45.31% from 255 or 21.02% from 547); Blue value is 214 (83.98% from 255 or 39.12% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DA73D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA73D6 is #258C29. Grayscale: #9C9C9C. Windows color (decimal): -2460714 or 14054362. OLE color: 14054362.

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

Color convert

RGB 218 115 214 -
CMYK 0 0.47 0.02 0.15
HSL 302.33º 0.58% 0.65% -
HSV(B) 302.33º 0.47% 0.85% -
XYZ 47.18 32.02 67.31 -
YUV 157.08 160.12 171.45 -
System Red Green Blue C M Y K H S L
Decimal 218 115 214 0 0.47 0.02 0.15 302.33 0.58 0.65
Hex DA 73 D6 0 2F 2 F 12E 3A 41
Octal 332 163 326 0 57 2 17 456 72 101
Binary 11011010 1110011 11010110 0 101111 10 1111 100101110 111010 1000001

Color Harmonies of #DA73D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA73D6

Black with #DA73D6

Text Example


Text Example

White with #DA73D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA73D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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