Html Css Color HEX #DA73E1 Orchid

📋 copy color: '#DA73E1'

red 218 ◦ green 115 ◦ blue 225

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

Shades of Orchid #DA73E1

Tints of Orchid #DA73E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.32%

R = 39.07%
G = 20.61%
B = 40.32%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DA73E1 (or 0xDA73E1) is known color: Orchid. HEX triplet: DA, 73 and E1. RGB value is (218,115,225). Sum of RGB (Red+Green+Blue) = 218+115+225=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 115 (45.31% from 255 or 20.61% from 558); Blue value is 225 (88.28% from 255 or 40.32% from 558); Max value from RGB is 225 - color contains mainly: blue. Hex color #DA73E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA73E1 is #258C1E. Grayscale: #9E9E9E. Windows color (decimal): -2460703 or 14775258. OLE color: 14775258.

HSL color Cylindrical-coordinate representation of color #DA73E1: hue angle of 296.18º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA73E1 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 115 225 -
CMYK 0.03 0.49 0 0.12
HSL 296.18º 0.65% 0.67% -
HSV(B) 296.18º 0.49% 0.88% -
XYZ 48.63 32.6 74.96 -
YUV 158.34 165.62 170.56 -
System Red Green Blue C M Y K H S L
Decimal 218 115 225 0.03 0.49 0 0.12 296.18 0.65 0.67
Hex DA 73 E1 3 31 0 C 128 41 43
Octal 332 163 341 3 61 0 14 450 101 103
Binary 11011010 1110011 11100001 11 110001 0 1100 100101000 1000001 1000011

Color Harmonies of #DA73E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA73E1

Black with #DA73E1

Text Example


Text Example

White with #DA73E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA73E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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