Html Css Color HEX #DA73C3 Orchid

📋 copy color: '#DA73C3'

red 218 ◦ green 115 ◦ blue 195

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

Shades of Orchid #DA73C3

Tints of Orchid #DA73C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.93%

R = 41.29%
G = 21.78%
B = 36.93%

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

#DA73C3 (or 0xDA73C3) is known color: Orchid. HEX triplet: DA, 73 and C3. RGB value is (218,115,195). Sum of RGB (Red+Green+Blue) = 218+115+195=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 115 (45.31% from 255 or 21.78% from 528); Blue value is 195 (76.56% from 255 or 36.93% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DA73C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA73C3 is #258C3C. Grayscale: #9A9A9A. Windows color (decimal): -2460733 or 12809178. OLE color: 12809178.

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

Color convert

RGB 218 115 195 -
CMYK 0 0.47 0.11 0.15
HSL 313.4º 0.58% 0.65% -
HSV(B) 313.4º 0.47% 0.85% -
XYZ 44.89 31.11 55.27 -
YUV 154.92 150.62 173 -
System Red Green Blue C M Y K H S L
Decimal 218 115 195 0 0.47 0.11 0.15 313.4 0.58 0.65
Hex DA 73 C3 0 2F B F 139 3A 41
Octal 332 163 303 0 57 13 17 471 72 101
Binary 11011010 1110011 11000011 0 101111 1011 1111 100111001 111010 1000001

Color Harmonies of #DA73C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA73C3

Black with #DA73C3

Text Example


Text Example

White with #DA73C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA73C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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