Html Css Color HEX #DA73C0 Orchid

📋 copy color: '#DA73C0'

red 218 ◦ green 115 ◦ blue 192

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

Shades of Orchid #DA73C0

Tints of Orchid #DA73C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.57%

R = 41.52%
G = 21.9%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#DA73C0 (or 0xDA73C0) is known color: Orchid. HEX triplet: DA, 73 and C0. RGB value is (218,115,192). Sum of RGB (Red+Green+Blue) = 218+115+192=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 115 (45.31% from 255 or 21.90% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DA73C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA73C0 is #258C3F. Grayscale: #9A9A9A. Windows color (decimal): -2460736 or 12612570. OLE color: 12612570.

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

Color convert

RGB 218 115 192 -
CMYK 0 0.47 0.12 0.15
HSL 315.15º 0.58% 0.65% -
HSV(B) 315.15º 0.47% 0.85% -
XYZ 44.56 30.97 53.5 -
YUV 154.58 149.12 173.24 -
System Red Green Blue C M Y K H S L
Decimal 218 115 192 0 0.47 0.12 0.15 315.15 0.58 0.65
Hex DA 73 C0 0 2F C F 13B 3A 41
Octal 332 163 300 0 57 14 17 473 72 101
Binary 11011010 1110011 11000000 0 101111 1100 1111 100111011 111010 1000001

Color Harmonies of #DA73C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA73C0

Black with #DA73C0

Text Example


Text Example

White with #DA73C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA73C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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