Html Css Color HEX #E772CE Orchid

📋 copy color: '#E772CE'

red 231 ◦ green 114 ◦ blue 206

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

Shades of Orchid #E772CE

Tints of Orchid #E772CE

RGB

 RED value IS 231 (90.63% from 255) = 41.92%

 GREEN value IS 114 (44.92% from 255) = 20.69%

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

R = 41.92%
G = 20.69%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E772CE (or 0xE772CE) is known color: Orchid. HEX triplet: E7, 72 and CE. RGB value is (231,114,206). Sum of RGB (Red+Green+Blue) = 231+114+206=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 114 (44.92% from 255 or 20.69% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E772CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E772CE is #188D31. Grayscale: #9F9F9F. Windows color (decimal): -1609010 or 13529831. OLE color: 13529831.

HSL color Cylindrical-coordinate representation of color #E772CE: hue angle of 312.82º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E772CE is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 114 206 -
CMYK 0 0.51 0.11 0.09
HSL 312.82º 0.71% 0.68% -
HSV(B) 312.82º 0.51% 0.91% -
XYZ 50.11 33.48 62.21 -
YUV 159.47 154.26 179.02 -
System Red Green Blue C M Y K H S L
Decimal 231 114 206 0 0.51 0.11 0.09 312.82 0.71 0.68
Hex E7 72 CE 0 33 B 9 139 47 44
Octal 347 162 316 0 63 13 11 471 107 104
Binary 11100111 1110010 11001110 0 110011 1011 1001 100111001 1000111 1000100

Color Harmonies of #E772CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E772CE

Black with #E772CE

Text Example


Text Example

White with #E772CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E772CE; }

 p { color: rgb(231,114,206); }

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

background-color css

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

 a { background-color: rgb(231,114,206); }

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

border-color css

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

 span { border-color: rgb(231,114,206); }

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