Html Css Color HEX #E06DD7 Orchid

📋 copy color: '#E06DD7'

red 224 ◦ green 109 ◦ blue 215

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

Shades of Orchid #E06DD7

Tints of Orchid #E06DD7

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.89%

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

R = 40.88%
G = 19.89%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E06DD7 (or 0xE06DD7) is known color: Orchid. HEX triplet: E0, 6D and D7. RGB value is (224,109,215). Sum of RGB (Red+Green+Blue) = 224+109+215=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 109 (42.97% from 255 or 19.89% from 548); Blue value is 215 (84.38% from 255 or 39.23% from 548); Max value from RGB is 224 - color contains mainly: red. Hex color #E06DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06DD7 is #1F9228. Grayscale: #9B9B9B. Windows color (decimal): -2069033 or 14118368. OLE color: 14118368.

HSL color Cylindrical-coordinate representation of color #E06DD7: hue angle of 304.7º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E06DD7 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 109 215 -
CMYK 0 0.51 0.04 0.12
HSL 304.7º 0.65% 0.65% -
HSV(B) 304.7º 0.51% 0.88% -
XYZ 48.47 31.69 67.85 -
YUV 155.47 161.6 176.88 -
System Red Green Blue C M Y K H S L
Decimal 224 109 215 0 0.51 0.04 0.12 304.7 0.65 0.65
Hex E0 6D D7 0 33 4 C 131 41 41
Octal 340 155 327 0 63 4 14 461 101 101
Binary 11100000 1101101 11010111 0 110011 100 1100 100110001 1000001 1000001

Color Harmonies of #E06DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06DD7

Black with #E06DD7

Text Example


Text Example

White with #E06DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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