Html Css Color HEX #DE79E5 Orchid

📋 copy color: '#DE79E5'

red 222 ◦ green 121 ◦ blue 229

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

Shades of Orchid #DE79E5

Tints of Orchid #DE79E5

RGB

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

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

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

R = 38.81%
G = 21.15%
B = 40.03%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DE79E5 (or 0xDE79E5) is known color: Orchid. HEX triplet: DE, 79 and E5. RGB value is (222,121,229). Sum of RGB (Red+Green+Blue) = 222+121+229=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 121 (47.66% from 255 or 21.15% from 572); Blue value is 229 (89.84% from 255 or 40.03% from 572); Max value from RGB is 229 - color contains mainly: blue. Hex color #DE79E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE79E5 is #21861A. Grayscale: #A3A3A3. Windows color (decimal): -2197019 or 15038942. OLE color: 15038942.

HSL color Cylindrical-coordinate representation of color #DE79E5: hue angle of 296.11º 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 #DE79E5 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 222 121 229 -
CMYK 0.03 0.47 0 0.10
HSL 296.11º 0.68% 0.69% -
HSV(B) 296.11º 0.47% 0.9% -
XYZ 51.1 34.86 78.16 -
YUV 163.51 164.96 169.72 -
System Red Green Blue C M Y K H S L
Decimal 222 121 229 0.03 0.47 0 0.10 296.11 0.68 0.69
Hex DE 79 E5 3 2F 0 A 128 44 45
Octal 336 171 345 3 57 0 12 450 104 105
Binary 11011110 1111001 11100101 11 101111 0 1010 100101000 1000100 1000101

Color Harmonies of #DE79E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE79E5

Black with #DE79E5

Text Example


Text Example

White with #DE79E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE79E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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