Html Css Color HEX #DA73D3 Orchid

📋 copy color: '#DA73D3'

red 218 ◦ green 115 ◦ blue 211

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

Shades of Orchid #DA73D3

Tints of Orchid #DA73D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.79%

R = 40.07%
G = 21.14%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#DA73D3 (or 0xDA73D3) is known color: Orchid. HEX triplet: DA, 73 and D3. RGB value is (218,115,211). Sum of RGB (Red+Green+Blue) = 218+115+211=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 115 (45.31% from 255 or 21.14% from 544); Blue value is 211 (82.81% from 255 or 38.79% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DA73D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA73D3 is #258C2C. Grayscale: #9C9C9C. Windows color (decimal): -2460717 or 13857754. OLE color: 13857754.

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

Color convert

RGB 218 115 211 -
CMYK 0 0.47 0.03 0.15
HSL 304.08º 0.58% 0.65% -
HSV(B) 304.08º 0.47% 0.85% -
XYZ 46.8 31.87 65.31 -
YUV 156.74 158.62 171.69 -
System Red Green Blue C M Y K H S L
Decimal 218 115 211 0 0.47 0.03 0.15 304.08 0.58 0.65
Hex DA 73 D3 0 2F 3 F 130 3A 41
Octal 332 163 323 0 57 3 17 460 72 101
Binary 11011010 1110011 11010011 0 101111 11 1111 100110000 111010 1000001

Color Harmonies of #DA73D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA73D3

Black with #DA73D3

Text Example


Text Example

White with #DA73D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA73D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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