Html Css Color HEX #DA73C4 Orchid

📋 copy color: '#DA73C4'

red 218 ◦ green 115 ◦ blue 196

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

Shades of Orchid #DA73C4

Tints of Orchid #DA73C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.05%

R = 41.21%
G = 21.74%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#DA73C4 (or 0xDA73C4) is known color: Orchid. HEX triplet: DA, 73 and C4. RGB value is (218,115,196). Sum of RGB (Red+Green+Blue) = 218+115+196=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 115 (45.31% from 255 or 21.74% from 529); Blue value is 196 (76.95% from 255 or 37.05% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DA73C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA73C4 is #258C3B. Grayscale: #9A9A9A. Windows color (decimal): -2460732 or 12874714. OLE color: 12874714.

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

Color convert

RGB 218 115 196 -
CMYK 0 0.47 0.10 0.15
HSL 312.82º 0.58% 0.65% -
HSV(B) 312.82º 0.47% 0.85% -
XYZ 45.01 31.15 55.87 -
YUV 155.03 151.12 172.91 -
System Red Green Blue C M Y K H S L
Decimal 218 115 196 0 0.47 0.10 0.15 312.82 0.58 0.65
Hex DA 73 C4 0 2F A F 139 3A 41
Octal 332 163 304 0 57 12 17 471 72 101
Binary 11011010 1110011 11000100 0 101111 1010 1111 100111001 111010 1000001

Color Harmonies of #DA73C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA73C4

Black with #DA73C4

Text Example


Text Example

White with #DA73C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA73C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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