Html Css Color HEX #E26DCF Orchid

📋 copy color: '#E26DCF'

red 226 ◦ green 109 ◦ blue 207

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

Shades of Orchid #E26DCF

Tints of Orchid #E26DCF

RGB

 RED value IS 226 (88.67% from 255) = 41.7%

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

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

R = 41.7%
G = 20.11%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E26DCF (or 0xE26DCF) is known color: Orchid. HEX triplet: E2, 6D and CF. RGB value is (226,109,207). Sum of RGB (Red+Green+Blue) = 226+109+207=542 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.70% from 542); Green value is 109 (42.97% from 255 or 20.11% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 226 - color contains mainly: red. Hex color #E26DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26DCF is #1D9230. Grayscale: #9A9A9A. Windows color (decimal): -1937969 or 13594082. OLE color: 13594082.

HSL color Cylindrical-coordinate representation of color #E26DCF: hue angle of 309.74º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E26DCF is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 109 207 -
CMYK 0 0.52 0.08 0.11
HSL 309.74º 0.67% 0.66% -
HSV(B) 309.74º 0.52% 0.89% -
XYZ 48.1 31.61 62.6 -
YUV 155.16 157.26 178.53 -
System Red Green Blue C M Y K H S L
Decimal 226 109 207 0 0.52 0.08 0.11 309.74 0.67 0.66
Hex E2 6D CF 0 34 8 B 136 43 42
Octal 342 155 317 0 64 10 13 466 103 102
Binary 11100010 1101101 11001111 0 110100 1000 1011 100110110 1000011 1000010

Color Harmonies of #E26DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26DCF

Black with #E26DCF

Text Example


Text Example

White with #E26DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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