Html Css Color HEX #DA73D7 Orchid

📋 copy color: '#DA73D7'

red 218 ◦ green 115 ◦ blue 215

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

Shades of Orchid #DA73D7

Tints of Orchid #DA73D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.23%

R = 39.78%
G = 20.99%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#DA73D7 (or 0xDA73D7) is known color: Orchid. HEX triplet: DA, 73 and D7. RGB value is (218,115,215). Sum of RGB (Red+Green+Blue) = 218+115+215=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 115 (45.31% from 255 or 20.99% from 548); Blue value is 215 (84.38% from 255 or 39.23% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DA73D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA73D7 is #258C28. Grayscale: #9C9C9C. Windows color (decimal): -2460713 or 14119898. OLE color: 14119898.

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

Color convert

RGB 218 115 215 -
CMYK 0 0.47 0.01 0.15
HSL 301.75º 0.58% 0.65% -
HSV(B) 301.75º 0.47% 0.85% -
XYZ 47.31 32.07 67.99 -
YUV 157.2 160.62 171.37 -
System Red Green Blue C M Y K H S L
Decimal 218 115 215 0 0.47 0.01 0.15 301.75 0.58 0.65
Hex DA 73 D7 0 2F 1 F 12E 3A 41
Octal 332 163 327 0 57 1 17 456 72 101
Binary 11011010 1110011 11010111 0 101111 1 1111 100101110 111010 1000001

Color Harmonies of #DA73D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA73D7

Black with #DA73D7

Text Example


Text Example

White with #DA73D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA73D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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