Html Css Color HEX #E770DF Orchid

📋 copy color: '#E770DF'

red 231 ◦ green 112 ◦ blue 223

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

Shades of Orchid #E770DF

Tints of Orchid #E770DF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.79%

 BLUE value IS 223 (87.5% from 255) = 39.4%

R = 40.81%
G = 19.79%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E770DF (or 0xE770DF) is known color: Orchid. HEX triplet: E7, 70 and DF. RGB value is (231,112,223). Sum of RGB (Red+Green+Blue) = 231+112+223=566 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.81% from 566); Green value is 112 (44.14% from 255 or 19.79% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 231 - color contains mainly: red. Hex color #E770DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E770DF is #188F20. Grayscale: #9F9F9F. Windows color (decimal): -1609505 or 14643431. OLE color: 14643431.

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

Color convert

RGB 231 112 223 -
CMYK 0 0.52 0.03 0.09
HSL 304.03º 0.71% 0.67% -
HSV(B) 304.03º 0.52% 0.91% -
XYZ 52.07 33.9 73.61 -
YUV 160.24 163.42 178.47 -
System Red Green Blue C M Y K H S L
Decimal 231 112 223 0 0.52 0.03 0.09 304.03 0.71 0.67
Hex E7 70 DF 0 34 3 9 130 47 43
Octal 347 160 337 0 64 3 11 460 107 103
Binary 11100111 1110000 11011111 0 110100 11 1001 100110000 1000111 1000011

Color Harmonies of #E770DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E770DF

Black with #E770DF

Text Example


Text Example

White with #E770DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E770DF; }

 p { color: rgb(231,112,223); }

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

background-color css

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

 a { background-color: rgb(231,112,223); }

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

border-color css

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

 span { border-color: rgb(231,112,223); }

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