Html Css Color HEX #DA73BE Orchid

📋 copy color: '#DA73BE'

red 218 ◦ green 115 ◦ blue 190

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

Shades of Orchid #DA73BE

Tints of Orchid #DA73BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.33%

R = 41.68%
G = 21.99%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DA73BE (or 0xDA73BE) is known color: Orchid. HEX triplet: DA, 73 and BE. RGB value is (218,115,190). Sum of RGB (Red+Green+Blue) = 218+115+190=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 115 (45.31% from 255 or 21.99% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DA73BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA73BE is #258C41. Grayscale: #9A9A9A. Windows color (decimal): -2460738 or 12481498. OLE color: 12481498.

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

Color convert

RGB 218 115 190 -
CMYK 0 0.47 0.13 0.15
HSL 316.31º 0.58% 0.65% -
HSV(B) 316.31º 0.47% 0.85% -
XYZ 44.34 30.88 52.34 -
YUV 154.35 148.12 173.4 -
System Red Green Blue C M Y K H S L
Decimal 218 115 190 0 0.47 0.13 0.15 316.31 0.58 0.65
Hex DA 73 BE 0 2F D F 13C 3A 41
Octal 332 163 276 0 57 15 17 474 72 101
Binary 11011010 1110011 10111110 0 101111 1101 1111 100111100 111010 1000001

Color Harmonies of #DA73BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA73BE

Black with #DA73BE

Text Example


Text Example

White with #DA73BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA73BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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