Html Css Color HEX #DE79C7 Orchid

📋 copy color: '#DE79C7'

red 222 ◦ green 121 ◦ blue 199

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

Shades of Orchid #DE79C7

Tints of Orchid #DE79C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.72%

R = 40.96%
G = 22.32%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DE79C7 (or 0xDE79C7) is known color: Orchid. HEX triplet: DE, 79 and C7. RGB value is (222,121,199). Sum of RGB (Red+Green+Blue) = 222+121+199=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 121 (47.66% from 255 or 22.32% from 542); Blue value is 199 (78.12% from 255 or 36.72% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DE79C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE79C7 is #218638. Grayscale: #9F9F9F. Windows color (decimal): -2197049 or 13072862. OLE color: 13072862.

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

Color convert

RGB 222 121 199 -
CMYK 0 0.45 0.10 0.13
HSL 313.66º 0.6% 0.67% -
HSV(B) 313.66º 0.45% 0.87% -
XYZ 47.27 33.33 57.97 -
YUV 160.09 149.96 172.16 -
System Red Green Blue C M Y K H S L
Decimal 222 121 199 0 0.45 0.10 0.13 313.66 0.6 0.67
Hex DE 79 C7 0 2D A D 13A 3C 43
Octal 336 171 307 0 55 12 15 472 74 103
Binary 11011110 1111001 11000111 0 101101 1010 1101 100111010 111100 1000011

Color Harmonies of #DE79C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE79C7

Black with #DE79C7

Text Example


Text Example

White with #DE79C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE79C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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