Html Css Color HEX #DA73C7 Orchid

📋 copy color: '#DA73C7'

red 218 ◦ green 115 ◦ blue 199

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

Shades of Orchid #DA73C7

Tints of Orchid #DA73C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.41%

R = 40.98%
G = 21.62%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#DA73C7 (or 0xDA73C7) is known color: Orchid. HEX triplet: DA, 73 and C7. RGB value is (218,115,199). Sum of RGB (Red+Green+Blue) = 218+115+199=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 115 (45.31% from 255 or 21.62% from 532); Blue value is 199 (78.12% from 255 or 37.41% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DA73C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA73C7 is #258C38. Grayscale: #9B9B9B. Windows color (decimal): -2460729 or 13071322. OLE color: 13071322.

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

Color convert

RGB 218 115 199 -
CMYK 0 0.47 0.09 0.15
HSL 311.07º 0.58% 0.65% -
HSV(B) 311.07º 0.47% 0.85% -
XYZ 45.35 31.29 57.68 -
YUV 155.37 152.62 172.67 -
System Red Green Blue C M Y K H S L
Decimal 218 115 199 0 0.47 0.09 0.15 311.07 0.58 0.65
Hex DA 73 C7 0 2F 9 F 137 3A 41
Octal 332 163 307 0 57 11 17 467 72 101
Binary 11011010 1110011 11000111 0 101111 1001 1111 100110111 111010 1000001

Color Harmonies of #DA73C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA73C7

Black with #DA73C7

Text Example


Text Example

White with #DA73C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA73C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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