Html Css Color HEX #E06DBF Orchid

📋 copy color: '#E06DBF'

red 224 ◦ green 109 ◦ blue 191

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

Shades of Orchid #E06DBF

Tints of Orchid #E06DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.45%

R = 42.75%
G = 20.8%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E06DBF (or 0xE06DBF) is known color: Orchid. HEX triplet: E0, 6D and BF. RGB value is (224,109,191). Sum of RGB (Red+Green+Blue) = 224+109+191=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 109 (42.97% from 255 or 20.80% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E06DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06DBF is #1F9240. Grayscale: #989898. Windows color (decimal): -2069057 or 12545504. OLE color: 12545504.

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

Color convert

RGB 224 109 191 -
CMYK 0 0.51 0.15 0.12
HSL 317.22º 0.65% 0.65% -
HSV(B) 317.22º 0.51% 0.88% -
XYZ 45.61 30.55 52.78 -
YUV 152.73 149.6 178.83 -
System Red Green Blue C M Y K H S L
Decimal 224 109 191 0 0.51 0.15 0.12 317.22 0.65 0.65
Hex E0 6D BF 0 33 F C 13D 41 41
Octal 340 155 277 0 63 17 14 475 101 101
Binary 11100000 1101101 10111111 0 110011 1111 1100 100111101 1000001 1000001

Color Harmonies of #E06DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06DBF

Black with #E06DBF

Text Example


Text Example

White with #E06DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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