Html Css Color HEX #E080CF Orchid

📋 copy color: '#E080CF'

red 224 ◦ green 128 ◦ blue 207

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

Shades of Orchid #E080CF

Tints of Orchid #E080CF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.9%

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

R = 40.07%
G = 22.9%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E080CF (or 0xE080CF) is known color: Orchid. HEX triplet: E0, 80 and CF. RGB value is (224,128,207). Sum of RGB (Red+Green+Blue) = 224+128+207=559 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40.07% from 559); Green value is 128 (50.39% from 255 or 22.90% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 224 - color contains mainly: red. Hex color #E080CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E080CF is #1F7F30. Grayscale: #A5A5A5. Windows color (decimal): -2064177 or 13598944. OLE color: 13598944.

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

Color convert

RGB 224 128 207 -
CMYK 0 0.43 0.08 0.12
HSL 310.63º 0.61% 0.69% -
HSV(B) 310.63º 0.43% 0.88% -
XYZ 49.72 35.79 63.32 -
YUV 165.71 151.3 169.58 -
System Red Green Blue C M Y K H S L
Decimal 224 128 207 0 0.43 0.08 0.12 310.63 0.61 0.69
Hex E0 80 CF 0 2B 8 C 137 3D 45
Octal 340 200 317 0 53 10 14 467 75 105
Binary 11100000 10000000 11001111 0 101011 1000 1100 100110111 111101 1000101

Color Harmonies of #E080CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E080CF

Black with #E080CF

Text Example


Text Example

White with #E080CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E080CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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