Html Css Color HEX #E276CD Orchid

📋 copy color: '#E276CD'

red 226 ◦ green 118 ◦ blue 205

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

Shades of Orchid #E276CD

Tints of Orchid #E276CD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.49%

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

R = 41.17%
G = 21.49%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E276CD (or 0xE276CD) is known color: Orchid. HEX triplet: E2, 76 and CD. RGB value is (226,118,205). Sum of RGB (Red+Green+Blue) = 226+118+205=549 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.17% from 549); Green value is 118 (46.48% from 255 or 21.49% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 226 - color contains mainly: red. Hex color #E276CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E276CD is #1D8932. Grayscale: #9F9F9F. Windows color (decimal): -1935667 or 13465314. OLE color: 13465314.

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

Color convert

RGB 226 118 205 -
CMYK 0 0.48 0.09 0.11
HSL 311.67º 0.65% 0.67% -
HSV(B) 311.67º 0.48% 0.89% -
XYZ 48.86 33.53 61.65 -
YUV 160.21 153.28 174.93 -
System Red Green Blue C M Y K H S L
Decimal 226 118 205 0 0.48 0.09 0.11 311.67 0.65 0.67
Hex E2 76 CD 0 30 9 B 138 41 43
Octal 342 166 315 0 60 11 13 470 101 103
Binary 11100010 1110110 11001101 0 110000 1001 1011 100111000 1000001 1000011

Color Harmonies of #E276CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E276CD

Black with #E276CD

Text Example


Text Example

White with #E276CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E276CD; }

 p { color: rgb(226,118,205); }

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

background-color css

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

 a { background-color: rgb(226,118,205); }

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

border-color css

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

 span { border-color: rgb(226,118,205); }

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