Html Css Color HEX #DA73D0 Orchid

📋 copy color: '#DA73D0'

red 218 ◦ green 115 ◦ blue 208

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

Shades of Orchid #DA73D0

Tints of Orchid #DA73D0

RGB

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

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

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

R = 40.3%
G = 21.26%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DA73D0 (or 0xDA73D0) is known color: Orchid. HEX triplet: DA, 73 and D0. RGB value is (218,115,208). Sum of RGB (Red+Green+Blue) = 218+115+208=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 115 (45.31% from 255 or 21.26% from 541); Blue value is 208 (81.64% from 255 or 38.45% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DA73D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA73D0 is #258C2F. Grayscale: #9C9C9C. Windows color (decimal): -2460720 or 13661146. OLE color: 13661146.

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

Color convert

RGB 218 115 208 -
CMYK 0 0.47 0.05 0.15
HSL 305.83º 0.58% 0.65% -
HSV(B) 305.83º 0.47% 0.85% -
XYZ 46.43 31.72 63.35 -
YUV 156.4 157.12 171.94 -
System Red Green Blue C M Y K H S L
Decimal 218 115 208 0 0.47 0.05 0.15 305.83 0.58 0.65
Hex DA 73 D0 0 2F 5 F 132 3A 41
Octal 332 163 320 0 57 5 17 462 72 101
Binary 11011010 1110011 11010000 0 101111 101 1111 100110010 111010 1000001

Color Harmonies of #DA73D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA73D0

Black with #DA73D0

Text Example


Text Example

White with #DA73D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA73D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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