Html Css Color HEX #E06DCF Orchid

📋 copy color: '#E06DCF'

red 224 ◦ green 109 ◦ blue 207

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

Shades of Orchid #E06DCF

Tints of Orchid #E06DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.33%

R = 41.48%
G = 20.19%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E06DCF (or 0xE06DCF) is known color: Orchid. HEX triplet: E0, 6D and CF. RGB value is (224,109,207). Sum of RGB (Red+Green+Blue) = 224+109+207=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 109 (42.97% from 255 or 20.19% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E06DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06DCF is #1F9230. Grayscale: #9A9A9A. Windows color (decimal): -2069041 or 13594080. OLE color: 13594080.

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

Color convert

RGB 224 109 207 -
CMYK 0 0.51 0.08 0.12
HSL 308.87º 0.65% 0.65% -
HSV(B) 308.87º 0.51% 0.88% -
XYZ 47.47 31.29 62.57 -
YUV 154.56 157.6 177.53 -
System Red Green Blue C M Y K H S L
Decimal 224 109 207 0 0.51 0.08 0.12 308.87 0.65 0.65
Hex E0 6D CF 0 33 8 C 135 41 41
Octal 340 155 317 0 63 10 14 465 101 101
Binary 11100000 1101101 11001111 0 110011 1000 1100 100110101 1000001 1000001

Color Harmonies of #E06DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06DCF

Black with #E06DCF

Text Example


Text Example

White with #E06DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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