Html Css Color HEX #E772CD Orchid

📋 copy color: '#E772CD'

red 231 ◦ green 114 ◦ blue 205

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

Shades of Orchid #E772CD

Tints of Orchid #E772CD

RGB

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

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

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

R = 42%
G = 20.73%
B = 37.27%

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

#E772CD (or 0xE772CD) is known color: Orchid. HEX triplet: E7, 72 and CD. RGB value is (231,114,205). Sum of RGB (Red+Green+Blue) = 231+114+205=550 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42% from 550); Green value is 114 (44.92% from 255 or 20.73% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 231 - color contains mainly: red. Hex color #E772CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E772CD is #188D32. Grayscale: #9F9F9F. Windows color (decimal): -1609011 or 13464295. OLE color: 13464295.

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

Color convert

RGB 231 114 205 -
CMYK 0 0.51 0.11 0.09
HSL 313.33º 0.71% 0.68% -
HSV(B) 313.33º 0.51% 0.91% -
XYZ 49.99 33.43 61.58 -
YUV 159.36 153.76 179.1 -
System Red Green Blue C M Y K H S L
Decimal 231 114 205 0 0.51 0.11 0.09 313.33 0.71 0.68
Hex E7 72 CD 0 33 B 9 139 47 44
Octal 347 162 315 0 63 13 11 471 107 104
Binary 11100111 1110010 11001101 0 110011 1011 1001 100111001 1000111 1000100

Color Harmonies of #E772CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E772CD

Black with #E772CD

Text Example


Text Example

White with #E772CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E772CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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