Html Css Color HEX #E079CF Orchid

📋 copy color: '#E079CF'

red 224 ◦ green 121 ◦ blue 207

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

Shades of Orchid #E079CF

Tints of Orchid #E079CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.5%

R = 40.58%
G = 21.92%
B = 37.5%

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

#E079CF (or 0xE079CF) is known color: Orchid. HEX triplet: E0, 79 and CF. RGB value is (224,121,207). Sum of RGB (Red+Green+Blue) = 224+121+207=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 121 (47.66% from 255 or 21.92% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E079CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E079CF is #1F8630. Grayscale: #A1A1A1. Windows color (decimal): -2065969 or 13597152. OLE color: 13597152.

HSL color Cylindrical-coordinate representation of color #E079CF: hue angle of 309.9º 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 #E079CF is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 121 207 -
CMYK 0 0.46 0.08 0.12
HSL 309.9º 0.62% 0.68% -
HSV(B) 309.9º 0.46% 0.88% -
XYZ 48.84 34.03 63.03 -
YUV 161.6 153.62 172.51 -
System Red Green Blue C M Y K H S L
Decimal 224 121 207 0 0.46 0.08 0.12 309.9 0.62 0.68
Hex E0 79 CF 0 2E 8 C 136 3E 44
Octal 340 171 317 0 56 10 14 466 76 104
Binary 11100000 1111001 11001111 0 101110 1000 1100 100110110 111110 1000100

Color Harmonies of #E079CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E079CF

Black with #E079CF

Text Example


Text Example

White with #E079CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E079CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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