Html Css Color HEX #E080CC Orchid

📋 copy color: '#E080CC'

red 224 ◦ green 128 ◦ blue 204

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

Shades of Orchid #E080CC

Tints of Orchid #E080CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.69%

R = 40.29%
G = 23.02%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E080CC (or 0xE080CC) is known color: Orchid. HEX triplet: E0, 80 and CC. RGB value is (224,128,204). Sum of RGB (Red+Green+Blue) = 224+128+204=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 224 - color contains mainly: red. Hex color #E080CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E080CC is #1F7F33. Grayscale: #A5A5A5. Windows color (decimal): -2064180 or 13402336. OLE color: 13402336.

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

Color convert

RGB 224 128 204 -
CMYK 0 0.43 0.09 0.12
HSL 312.5º 0.61% 0.69% -
HSV(B) 312.5º 0.43% 0.88% -
XYZ 49.36 35.65 61.41 -
YUV 165.37 149.8 169.82 -
System Red Green Blue C M Y K H S L
Decimal 224 128 204 0 0.43 0.09 0.12 312.5 0.61 0.69
Hex E0 80 CC 0 2B 9 C 138 3D 45
Octal 340 200 314 0 53 11 14 470 75 105
Binary 11100000 10000000 11001100 0 101011 1001 1100 100111000 111101 1000101

Color Harmonies of #E080CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E080CC

Black with #E080CC

Text Example


Text Example

White with #E080CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E080CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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