Html Css Color HEX #DE79D4 Orchid

📋 copy color: '#DE79D4'

red 222 ◦ green 121 ◦ blue 212

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

Shades of Orchid #DE79D4

Tints of Orchid #DE79D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.2%

R = 40%
G = 21.8%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DE79D4 (or 0xDE79D4) is known color: Orchid. HEX triplet: DE, 79 and D4. RGB value is (222,121,212). Sum of RGB (Red+Green+Blue) = 222+121+212=555 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40% from 555); Green value is 121 (47.66% from 255 or 21.80% from 555); Blue value is 212 (83.20% from 255 or 38.20% from 555); Max value from RGB is 222 - color contains mainly: red. Hex color #DE79D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE79D4 is #21862B. Grayscale: #A1A1A1. Windows color (decimal): -2197036 or 13924830. OLE color: 13924830.

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

Color convert

RGB 222 121 212 -
CMYK 0 0.45 0.05 0.13
HSL 305.94º 0.6% 0.67% -
HSV(B) 305.94º 0.45% 0.87% -
XYZ 48.85 33.96 66.27 -
YUV 161.57 156.46 171.1 -
System Red Green Blue C M Y K H S L
Decimal 222 121 212 0 0.45 0.05 0.13 305.94 0.6 0.67
Hex DE 79 D4 0 2D 5 D 132 3C 43
Octal 336 171 324 0 55 5 15 462 74 103
Binary 11011110 1111001 11010100 0 101101 101 1101 100110010 111100 1000011

Color Harmonies of #DE79D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE79D4

Black with #DE79D4

Text Example


Text Example

White with #DE79D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE79D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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