Html Css Color HEX #DA73C9 Orchid

📋 copy color: '#DA73C9'

red 218 ◦ green 115 ◦ blue 201

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

Shades of Orchid #DA73C9

Tints of Orchid #DA73C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.64%

R = 40.82%
G = 21.54%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#DA73C9 (or 0xDA73C9) is known color: Orchid. HEX triplet: DA, 73 and C9. RGB value is (218,115,201). Sum of RGB (Red+Green+Blue) = 218+115+201=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 115 (45.31% from 255 or 21.54% from 534); Blue value is 201 (78.91% from 255 or 37.64% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DA73C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA73C9 is #258C36. Grayscale: #9B9B9B. Windows color (decimal): -2460727 or 13202394. OLE color: 13202394.

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

Color convert

RGB 218 115 201 -
CMYK 0 0.47 0.08 0.15
HSL 309.9º 0.58% 0.65% -
HSV(B) 309.9º 0.47% 0.85% -
XYZ 45.59 31.38 58.91 -
YUV 155.6 153.62 172.51 -
System Red Green Blue C M Y K H S L
Decimal 218 115 201 0 0.47 0.08 0.15 309.9 0.58 0.65
Hex DA 73 C9 0 2F 8 F 136 3A 41
Octal 332 163 311 0 57 10 17 466 72 101
Binary 11011010 1110011 11001001 0 101111 1000 1111 100110110 111010 1000001

Color Harmonies of #DA73C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA73C9

Black with #DA73C9

Text Example


Text Example

White with #DA73C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA73C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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