Html Css Color HEX #DE79CE Orchid

📋 copy color: '#DE79CE'

red 222 ◦ green 121 ◦ blue 206

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

Shades of Orchid #DE79CE

Tints of Orchid #DE79CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.52%

R = 40.44%
G = 22.04%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DE79CE (or 0xDE79CE) is known color: Orchid. HEX triplet: DE, 79 and CE. RGB value is (222,121,206). Sum of RGB (Red+Green+Blue) = 222+121+206=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 121 (47.66% from 255 or 22.04% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 222 - color contains mainly: red. Hex color #DE79CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE79CE is #218631. Grayscale: #A0A0A0. Windows color (decimal): -2197042 or 13531614. OLE color: 13531614.

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

Color convert

RGB 222 121 206 -
CMYK 0 0.45 0.07 0.13
HSL 309.5º 0.6% 0.67% -
HSV(B) 309.5º 0.45% 0.87% -
XYZ 48.1 33.66 62.35 -
YUV 160.89 153.46 171.59 -
System Red Green Blue C M Y K H S L
Decimal 222 121 206 0 0.45 0.07 0.13 309.5 0.6 0.67
Hex DE 79 CE 0 2D 7 D 136 3C 43
Octal 336 171 316 0 55 7 15 466 74 103
Binary 11011110 1111001 11001110 0 101101 111 1101 100110110 111100 1000011

Color Harmonies of #DE79CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE79CE

Black with #DE79CE

Text Example


Text Example

White with #DE79CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE79CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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