Html Css Color HEX #E080CD Orchid

📋 copy color: '#E080CD'

red 224 ◦ green 128 ◦ blue 205

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

Shades of Orchid #E080CD

Tints of Orchid #E080CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.8%

R = 40.22%
G = 22.98%
B = 36.8%

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

#E080CD (or 0xE080CD) is known color: Orchid. HEX triplet: E0, 80 and CD. RGB value is (224,128,205). Sum of RGB (Red+Green+Blue) = 224+128+205=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 224 - color contains mainly: red. Hex color #E080CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E080CD is #1F7F32. Grayscale: #A5A5A5. Windows color (decimal): -2064179 or 13467872. OLE color: 13467872.

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

Color convert

RGB 224 128 205 -
CMYK 0 0.43 0.08 0.12
HSL 311.88º 0.61% 0.69% -
HSV(B) 311.88º 0.43% 0.88% -
XYZ 49.48 35.69 62.04 -
YUV 165.48 150.3 169.74 -
System Red Green Blue C M Y K H S L
Decimal 224 128 205 0 0.43 0.08 0.12 311.88 0.61 0.69
Hex E0 80 CD 0 2B 8 C 138 3D 45
Octal 340 200 315 0 53 10 14 470 75 105
Binary 11100000 10000000 11001101 0 101011 1000 1100 100111000 111101 1000101

Color Harmonies of #E080CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E080CD

Black with #E080CD

Text Example


Text Example

White with #E080CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E080CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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