Html Css Color HEX #E280CC Orchid

📋 copy color: '#E280CC'

red 226 ◦ green 128 ◦ blue 204

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

Shades of Orchid #E280CC

Tints of Orchid #E280CC

RGB

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

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

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

R = 40.5%
G = 22.94%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E280CC (or 0xE280CC) is known color: Orchid. HEX triplet: E2, 80 and CC. RGB value is (226,128,204). Sum of RGB (Red+Green+Blue) = 226+128+204=558 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.50% from 558); Green value is 128 (50.39% from 255 or 22.94% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 226 - color contains mainly: red. Hex color #E280CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E280CC is #1D7F33. Grayscale: #A5A5A5. Windows color (decimal): -1933108 or 13402338. OLE color: 13402338.

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

Color convert

RGB 226 128 204 -
CMYK 0 0.43 0.10 0.11
HSL 313.47º 0.63% 0.69% -
HSV(B) 313.47º 0.43% 0.89% -
XYZ 49.98 35.97 61.43 -
YUV 165.97 149.47 170.82 -
System Red Green Blue C M Y K H S L
Decimal 226 128 204 0 0.43 0.10 0.11 313.47 0.63 0.69
Hex E2 80 CC 0 2B A B 139 3F 45
Octal 342 200 314 0 53 12 13 471 77 105
Binary 11100010 10000000 11001100 0 101011 1010 1011 100111001 111111 1000101

Color Harmonies of #E280CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E280CC

Black with #E280CC

Text Example


Text Example

White with #E280CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E280CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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