Html Css Color HEX #DE79DA Orchid

📋 copy color: '#DE79DA'

red 222 ◦ green 121 ◦ blue 218

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

Shades of Orchid #DE79DA

Tints of Orchid #DE79DA

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #DE79DA: hue angle of 302.38º 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 #DE79DA is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 121 218 -
CMYK 0 0.45 0.02 0.13
HSL 302.38º 0.6% 0.67% -
HSV(B) 302.38º 0.45% 0.87% -
XYZ 49.62 34.27 70.33 -
YUV 162.26 159.46 170.61 -
System Red Green Blue C M Y K H S L
Decimal 222 121 218 0 0.45 0.02 0.13 302.38 0.6 0.67
Hex DE 79 DA 0 2D 2 D 12E 3C 43
Octal 336 171 332 0 55 2 15 456 74 103
Binary 11011110 1111001 11011010 0 101101 10 1101 100101110 111100 1000011

Color Harmonies of #DE79DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE79DA

Black with #DE79DA

Text Example


Text Example

White with #DE79DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE79DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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