Html Css Color HEX #DA73BC Orchid

📋 copy color: '#DA73BC'

red 218 ◦ green 115 ◦ blue 188

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

Shades of Orchid #DA73BC

Tints of Orchid #DA73BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.08%

R = 41.84%
G = 22.07%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DA73BC (or 0xDA73BC) is known color: Orchid. HEX triplet: DA, 73 and BC. RGB value is (218,115,188). Sum of RGB (Red+Green+Blue) = 218+115+188=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 115 (45.31% from 255 or 22.07% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DA73BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA73BC is #258C43. Grayscale: #999999. Windows color (decimal): -2460740 or 12350426. OLE color: 12350426.

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

Color convert

RGB 218 115 188 -
CMYK 0 0.47 0.14 0.15
HSL 317.48º 0.58% 0.65% -
HSV(B) 317.48º 0.47% 0.85% -
XYZ 44.12 30.8 51.2 -
YUV 154.12 147.12 173.56 -
System Red Green Blue C M Y K H S L
Decimal 218 115 188 0 0.47 0.14 0.15 317.48 0.58 0.65
Hex DA 73 BC 0 2F E F 13D 3A 41
Octal 332 163 274 0 57 16 17 475 72 101
Binary 11011010 1110011 10111100 0 101111 1110 1111 100111101 111010 1000001

Color Harmonies of #DA73BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA73BC

Black with #DA73BC

Text Example


Text Example

White with #DA73BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA73BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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