Html Css Color HEX #E07DDB Orchid

📋 copy color: '#E07DDB'

red 224 ◦ green 125 ◦ blue 219

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

Shades of Orchid #E07DDB

Tints of Orchid #E07DDB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.01%

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

R = 39.44%
G = 22.01%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E07DDB (or 0xE07DDB) is known color: Orchid. HEX triplet: E0, 7D and DB. RGB value is (224,125,219). Sum of RGB (Red+Green+Blue) = 224+125+219=568 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.44% from 568); Green value is 125 (49.22% from 255 or 22.01% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07DDB is #1F8224. Grayscale: #A5A5A5. Windows color (decimal): -2064933 or 14384608. OLE color: 14384608.

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

Color convert

RGB 224 125 219 -
CMYK 0 0.44 0.02 0.12
HSL 303.03º 0.61% 0.68% -
HSV(B) 303.03º 0.44% 0.88% -
XYZ 50.86 35.63 71.21 -
YUV 165.32 158.3 169.86 -
System Red Green Blue C M Y K H S L
Decimal 224 125 219 0 0.44 0.02 0.12 303.03 0.61 0.68
Hex E0 7D DB 0 2C 2 C 12F 3D 44
Octal 340 175 333 0 54 2 14 457 75 104
Binary 11100000 1111101 11011011 0 101100 10 1100 100101111 111101 1000100

Color Harmonies of #E07DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07DDB

Black with #E07DDB

Text Example


Text Example

White with #E07DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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