Html Css Color HEX #E280CE Orchid

📋 copy color: '#E280CE'

red 226 ◦ green 128 ◦ blue 206

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

Shades of Orchid #E280CE

Tints of Orchid #E280CE

RGB

 RED value IS 226 (88.67% from 255) = 40.36%

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

 BLUE value IS 206 (80.86% from 255) = 36.79%

R = 40.36%
G = 22.86%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E280CE (or 0xE280CE) is known color: Orchid. HEX triplet: E2, 80 and CE. RGB value is (226,128,206). Sum of RGB (Red+Green+Blue) = 226+128+206=560 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.36% from 560); Green value is 128 (50.39% from 255 or 22.86% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 226 - color contains mainly: red. Hex color #E280CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E280CE is #1D7F31. Grayscale: #A5A5A5. Windows color (decimal): -1933106 or 13533410. OLE color: 13533410.

HSL color Cylindrical-coordinate representation of color #E280CE: hue angle of 312.24º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E280CE is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 128 206 -
CMYK 0 0.43 0.09 0.11
HSL 312.24º 0.63% 0.69% -
HSV(B) 312.24º 0.43% 0.89% -
XYZ 50.22 36.06 62.71 -
YUV 166.19 150.47 170.66 -
System Red Green Blue C M Y K H S L
Decimal 226 128 206 0 0.43 0.09 0.11 312.24 0.63 0.69
Hex E2 80 CE 0 2B 9 B 138 3F 45
Octal 342 200 316 0 53 11 13 470 77 105
Binary 11100010 10000000 11001110 0 101011 1001 1011 100111000 111111 1000101

Color Harmonies of #E280CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E280CE

Black with #E280CE

Text Example


Text Example

White with #E280CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E280CE; }

 p { color: rgb(226,128,206); }

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

background-color css

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

 a { background-color: rgb(226,128,206); }

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

border-color css

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

 span { border-color: rgb(226,128,206); }

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