Html Css Color HEX #E07DD7 Orchid

📋 copy color: '#E07DD7'

red 224 ◦ green 125 ◦ blue 215

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

Shades of Orchid #E07DD7

Tints of Orchid #E07DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.12%

R = 39.72%
G = 22.16%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E07DD7 (or 0xE07DD7) is known color: Orchid. HEX triplet: E0, 7D and D7. RGB value is (224,125,215). Sum of RGB (Red+Green+Blue) = 224+125+215=564 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.72% from 564); Green value is 125 (49.22% from 255 or 22.16% from 564); Blue value is 215 (84.38% from 255 or 38.12% from 564); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07DD7 is #1F8228. Grayscale: #A4A4A4. Windows color (decimal): -2064937 or 14122464. OLE color: 14122464.

HSL color Cylindrical-coordinate representation of color #E07DD7: hue angle of 305.45º 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 #E07DD7 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 125 215 -
CMYK 0 0.44 0.04 0.12
HSL 305.45º 0.61% 0.68% -
HSV(B) 305.45º 0.44% 0.88% -
XYZ 50.34 35.42 68.47 -
YUV 164.86 156.3 170.18 -
System Red Green Blue C M Y K H S L
Decimal 224 125 215 0 0.44 0.04 0.12 305.45 0.61 0.68
Hex E0 7D D7 0 2C 4 C 131 3D 44
Octal 340 175 327 0 54 4 14 461 75 104
Binary 11100000 1111101 11010111 0 101100 100 1100 100110001 111101 1000100

Color Harmonies of #E07DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07DD7

Black with #E07DD7

Text Example


Text Example

White with #E07DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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