Html Css Color HEX #DA79DE Orchid

📋 copy color: '#DA79DE'

red 218 ◦ green 121 ◦ blue 222

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

Shades of Orchid #DA79DE

Tints of Orchid #DA79DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.57%

R = 38.86%
G = 21.57%
B = 39.57%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA79DE (or 0xDA79DE) is known color: Orchid. HEX triplet: DA, 79 and DE. RGB value is (218,121,222). Sum of RGB (Red+Green+Blue) = 218+121+222=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 121 (47.66% from 255 or 21.57% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA79DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA79DE is #258621. Grayscale: #A1A1A1. Windows color (decimal): -2459170 or 14580186. OLE color: 14580186.

HSL color Cylindrical-coordinate representation of color #DA79DE: hue angle of 297.62º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA79DE is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 121 222 -
CMYK 0.02 0.45 0 0.13
HSL 297.62º 0.6% 0.67% -
HSV(B) 297.62º 0.45% 0.87% -
XYZ 48.94 33.85 73.06 -
YUV 161.52 162.14 168.29 -
System Red Green Blue C M Y K H S L
Decimal 218 121 222 0.02 0.45 0 0.13 297.62 0.6 0.67
Hex DA 79 DE 2 2D 0 D 12A 3C 43
Octal 332 171 336 2 55 0 15 452 74 103
Binary 11011010 1111001 11011110 10 101101 0 1101 100101010 111100 1000011

Color Harmonies of #DA79DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA79DE

Black with #DA79DE

Text Example


Text Example

White with #DA79DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA79DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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