Html Css Color HEX #DA79E5 Orchid

📋 copy color: '#DA79E5'

red 218 ◦ green 121 ◦ blue 229

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

Shades of Orchid #DA79E5

Tints of Orchid #DA79E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.32%

R = 38.38%
G = 21.3%
B = 40.32%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DA79E5 (or 0xDA79E5) is known color: Orchid. HEX triplet: DA, 79 and E5. RGB value is (218,121,229). Sum of RGB (Red+Green+Blue) = 218+121+229=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 121 (47.66% from 255 or 21.30% from 568); Blue value is 229 (89.84% from 255 or 40.32% from 568); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA79E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA79E5 is #25861A. Grayscale: #A1A1A1. Windows color (decimal): -2459163 or 15038938. OLE color: 15038938.

HSL color Cylindrical-coordinate representation of color #DA79E5: hue angle of 293.89º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA79E5 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 121 229 -
CMYK 0.05 0.47 0 0.10
HSL 293.89º 0.68% 0.69% -
HSV(B) 293.89º 0.47% 0.9% -
XYZ 49.89 34.24 78.11 -
YUV 162.32 165.64 167.72 -
System Red Green Blue C M Y K H S L
Decimal 218 121 229 0.05 0.47 0 0.10 293.89 0.68 0.69
Hex DA 79 E5 5 2F 0 A 126 44 45
Octal 332 171 345 5 57 0 12 446 104 105
Binary 11011010 1111001 11100101 101 101111 0 1010 100100110 1000100 1000101

Color Harmonies of #DA79E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA79E5

Black with #DA79E5

Text Example


Text Example

White with #DA79E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA79E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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