Html Css Color HEX #DA73C2 Orchid

📋 copy color: '#DA73C2'

red 218 ◦ green 115 ◦ blue 194

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

Shades of Orchid #DA73C2

Tints of Orchid #DA73C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.81%

R = 41.37%
G = 21.82%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#DA73C2 (or 0xDA73C2) is known color: Orchid. HEX triplet: DA, 73 and C2. RGB value is (218,115,194). Sum of RGB (Red+Green+Blue) = 218+115+194=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 115 (45.31% from 255 or 21.82% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DA73C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA73C2 is #258C3D. Grayscale: #9A9A9A. Windows color (decimal): -2460734 or 12743642. OLE color: 12743642.

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

Color convert

RGB 218 115 194 -
CMYK 0 0.47 0.11 0.15
HSL 313.98º 0.58% 0.65% -
HSV(B) 313.98º 0.47% 0.85% -
XYZ 44.78 31.06 54.67 -
YUV 154.8 150.12 173.08 -
System Red Green Blue C M Y K H S L
Decimal 218 115 194 0 0.47 0.11 0.15 313.98 0.58 0.65
Hex DA 73 C2 0 2F B F 13A 3A 41
Octal 332 163 302 0 57 13 17 472 72 101
Binary 11011010 1110011 11000010 0 101111 1011 1111 100111010 111010 1000001

Color Harmonies of #DA73C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA73C2

Black with #DA73C2

Text Example


Text Example

White with #DA73C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA73C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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