Html Css Color HEX #E080CA Orchid

📋 copy color: '#E080CA'

red 224 ◦ green 128 ◦ blue 202

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

Shades of Orchid #E080CA

Tints of Orchid #E080CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.46%

R = 40.43%
G = 23.1%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E080CA (or 0xE080CA) is known color: Orchid. HEX triplet: E0, 80 and CA. RGB value is (224,128,202). Sum of RGB (Red+Green+Blue) = 224+128+202=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 128 (50.39% from 255 or 23.10% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E080CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E080CA is #1F7F35. Grayscale: #A4A4A4. Windows color (decimal): -2064182 or 13271264. OLE color: 13271264.

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

Color convert

RGB 224 128 202 -
CMYK 0 0.43 0.10 0.12
HSL 313.75º 0.61% 0.69% -
HSV(B) 313.75º 0.43% 0.88% -
XYZ 49.12 35.55 60.15 -
YUV 165.14 148.8 169.98 -
System Red Green Blue C M Y K H S L
Decimal 224 128 202 0 0.43 0.10 0.12 313.75 0.61 0.69
Hex E0 80 CA 0 2B A C 13A 3D 45
Octal 340 200 312 0 53 12 14 472 75 105
Binary 11100000 10000000 11001010 0 101011 1010 1100 100111010 111101 1000101

Color Harmonies of #E080CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E080CA

Black with #E080CA

Text Example


Text Example

White with #E080CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E080CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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