Html Css Color HEX #E280CA Orchid

📋 copy color: '#E280CA'

red 226 ◦ green 128 ◦ blue 202

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

Shades of Orchid #E280CA

Tints of Orchid #E280CA

RGB

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

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

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

R = 40.65%
G = 23.02%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E280CA (or 0xE280CA) is known color: Orchid. HEX triplet: E2, 80 and CA. RGB value is (226,128,202). Sum of RGB (Red+Green+Blue) = 226+128+202=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E280CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E280CA is #1D7F35. Grayscale: #A5A5A5. Windows color (decimal): -1933110 or 13271266. OLE color: 13271266.

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

Color convert

RGB 226 128 202 -
CMYK 0 0.43 0.11 0.11
HSL 314.69º 0.63% 0.69% -
HSV(B) 314.69º 0.43% 0.89% -
XYZ 49.74 35.87 60.18 -
YUV 165.74 148.47 170.98 -
System Red Green Blue C M Y K H S L
Decimal 226 128 202 0 0.43 0.11 0.11 314.69 0.63 0.69
Hex E2 80 CA 0 2B B B 13B 3F 45
Octal 342 200 312 0 53 13 13 473 77 105
Binary 11100010 10000000 11001010 0 101011 1011 1011 100111011 111111 1000101

Color Harmonies of #E280CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E280CA

Black with #E280CA

Text Example


Text Example

White with #E280CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E280CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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