Html Css Color HEX #DA79C9 Orchid

📋 copy color: '#DA79C9'

red 218 ◦ green 121 ◦ blue 201

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

Shades of Orchid #DA79C9

Tints of Orchid #DA79C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.22%

R = 40.37%
G = 22.41%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#DA79C9 (or 0xDA79C9) is known color: Orchid. HEX triplet: DA, 79 and C9. RGB value is (218,121,201). Sum of RGB (Red+Green+Blue) = 218+121+201=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 121 (47.66% from 255 or 22.41% from 540); Blue value is 201 (78.91% from 255 or 37.22% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DA79C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA79C9 is #258636. Grayscale: #9E9E9E. Windows color (decimal): -2459191 or 13203930. OLE color: 13203930.

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

Color convert

RGB 218 121 201 -
CMYK 0 0.44 0.08 0.15
HSL 310.52º 0.57% 0.66% -
HSV(B) 310.52º 0.44% 0.85% -
XYZ 46.29 32.8 59.15 -
YUV 159.12 151.64 170 -
System Red Green Blue C M Y K H S L
Decimal 218 121 201 0 0.44 0.08 0.15 310.52 0.57 0.66
Hex DA 79 C9 0 2C 8 F 137 39 42
Octal 332 171 311 0 54 10 17 467 71 102
Binary 11011010 1111001 11001001 0 101100 1000 1111 100110111 111001 1000010

Color Harmonies of #DA79C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA79C9

Black with #DA79C9

Text Example


Text Example

White with #DA79C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA79C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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