Html Css Color HEX #E079CE Orchid

📋 copy color: '#E079CE'

red 224 ◦ green 121 ◦ blue 206

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

Shades of Orchid #E079CE

Tints of Orchid #E079CE

RGB

 RED value IS 224 (87.89% from 255) = 40.65%

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

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

R = 40.65%
G = 21.96%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E079CE (or 0xE079CE) is known color: Orchid. HEX triplet: E0, 79 and CE. RGB value is (224,121,206). Sum of RGB (Red+Green+Blue) = 224+121+206=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 121 (47.66% from 255 or 21.96% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 224 - color contains mainly: red. Hex color #E079CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E079CE is #1F8631. Grayscale: #A1A1A1. Windows color (decimal): -2065970 or 13531616. OLE color: 13531616.

HSL color Cylindrical-coordinate representation of color #E079CE: hue angle of 310.49º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E079CE is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 121 206 -
CMYK 0 0.46 0.08 0.12
HSL 310.49º 0.62% 0.68% -
HSV(B) 310.49º 0.46% 0.88% -
XYZ 48.72 33.98 62.38 -
YUV 161.49 153.12 172.59 -
System Red Green Blue C M Y K H S L
Decimal 224 121 206 0 0.46 0.08 0.12 310.49 0.62 0.68
Hex E0 79 CE 0 2E 8 C 136 3E 44
Octal 340 171 316 0 56 10 14 466 76 104
Binary 11100000 1111001 11001110 0 101110 1000 1100 100110110 111110 1000100

Color Harmonies of #E079CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E079CE

Black with #E079CE

Text Example


Text Example

White with #E079CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E079CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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