Html Css Color HEX #DA79D8 Orchid

📋 copy color: '#DA79D8'

red 218 ◦ green 121 ◦ blue 216

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

Shades of Orchid #DA79D8

Tints of Orchid #DA79D8

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.8%

 BLUE value IS 216 (84.77% from 255) = 38.92%

R = 39.28%
G = 21.8%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#DA79D8 (or 0xDA79D8) is known color: Orchid. HEX triplet: DA, 79 and D8. RGB value is (218,121,216). Sum of RGB (Red+Green+Blue) = 218+121+216=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 121 (47.66% from 255 or 21.80% from 555); Blue value is 216 (84.77% from 255 or 38.92% from 555); Max value from RGB is 218 - color contains mainly: red. Hex color #DA79D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA79D8 is #258627. Grayscale: #A0A0A0. Windows color (decimal): -2459176 or 14186970. OLE color: 14186970.

HSL color Cylindrical-coordinate representation of color #DA79D8: hue angle of 301.24º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA79D8 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 121 216 -
CMYK 0 0.44 0.01 0.15
HSL 301.24º 0.57% 0.66% -
HSV(B) 301.24º 0.44% 0.85% -
XYZ 48.15 33.54 68.9 -
YUV 160.83 159.14 168.78 -
System Red Green Blue C M Y K H S L
Decimal 218 121 216 0 0.44 0.01 0.15 301.24 0.57 0.66
Hex DA 79 D8 0 2C 1 F 12D 39 42
Octal 332 171 330 0 54 1 17 455 71 102
Binary 11011010 1111001 11011000 0 101100 1 1111 100101101 111001 1000010

Color Harmonies of #DA79D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA79D8

Black with #DA79D8

Text Example


Text Example

White with #DA79D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA79D8; }

 p { color: rgb(218,121,216); }

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

background-color css

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

 a { background-color: rgb(218,121,216); }

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

border-color css

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

 span { border-color: rgb(218,121,216); }

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