Html Css Color HEX #E07FDB Orchid

📋 copy color: '#E07FDB'

red 224 ◦ green 127 ◦ blue 219

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

Shades of Orchid #E07FDB

Tints of Orchid #E07FDB

RGB

 RED value IS 224 (87.89% from 255) = 39.3%

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

 BLUE value IS 219 (85.94% from 255) = 38.42%

R = 39.3%
G = 22.28%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E07FDB (or 0xE07FDB) is known color: Orchid. HEX triplet: E0, 7F and DB. RGB value is (224,127,219). Sum of RGB (Red+Green+Blue) = 224+127+219=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 127 (50% from 255 or 22.28% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07FDB is #1F8024. Grayscale: #A6A6A6. Windows color (decimal): -2064421 or 14385120. OLE color: 14385120.

HSL color Cylindrical-coordinate representation of color #E07FDB: hue angle of 303.09º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E07FDB is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 127 219 -
CMYK 0 0.43 0.02 0.12
HSL 303.09º 0.61% 0.69% -
HSV(B) 303.09º 0.43% 0.88% -
XYZ 51.12 36.14 71.3 -
YUV 166.49 157.64 169.02 -
System Red Green Blue C M Y K H S L
Decimal 224 127 219 0 0.43 0.02 0.12 303.09 0.61 0.69
Hex E0 7F DB 0 2B 2 C 12F 3D 45
Octal 340 177 333 0 53 2 14 457 75 105
Binary 11100000 1111111 11011011 0 101011 10 1100 100101111 111101 1000101

Color Harmonies of #E07FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07FDB

Black with #E07FDB

Text Example


Text Example

White with #E07FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07FDB; }

 p { color: rgb(224,127,219); }

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

background-color css

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

 a { background-color: rgb(224,127,219); }

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

border-color css

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

 span { border-color: rgb(224,127,219); }

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