Html Css Color HEX #E27FCC Orchid

📋 copy color: '#E27FCC'

red 226 ◦ green 127 ◦ blue 204

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

Shades of Orchid #E27FCC

Tints of Orchid #E27FCC

RGB

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

 GREEN value IS 127 (50% from 255) = 22.8%

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

R = 40.57%
G = 22.8%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E27FCC (or 0xE27FCC) is known color: Orchid. HEX triplet: E2, 7F and CC. RGB value is (226,127,204). Sum of RGB (Red+Green+Blue) = 226+127+204=557 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.57% from 557); Green value is 127 (50% from 255 or 22.80% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 226 - color contains mainly: red. Hex color #E27FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27FCC is #1D8033. Grayscale: #A5A5A5. Windows color (decimal): -1933364 or 13402082. OLE color: 13402082.

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

Color convert

RGB 226 127 204 -
CMYK 0 0.44 0.10 0.11
HSL 313.33º 0.63% 0.69% -
HSV(B) 313.33º 0.44% 0.89% -
XYZ 49.85 35.71 61.39 -
YUV 165.38 149.8 171.24 -
System Red Green Blue C M Y K H S L
Decimal 226 127 204 0 0.44 0.10 0.11 313.33 0.63 0.69
Hex E2 7F CC 0 2C A B 139 3F 45
Octal 342 177 314 0 54 12 13 471 77 105
Binary 11100010 1111111 11001100 0 101100 1010 1011 100111001 111111 1000101

Color Harmonies of #E27FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27FCC

Black with #E27FCC

Text Example


Text Example

White with #E27FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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