Html Css Color HEX #E26CCF Orchid

📋 copy color: '#E26CCF'

red 226 ◦ green 108 ◦ blue 207

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

Shades of Orchid #E26CCF

Tints of Orchid #E26CCF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.96%

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

R = 41.77%
G = 19.96%
B = 38.26%

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

#E26CCF (or 0xE26CCF) is known color: Orchid. HEX triplet: E2, 6C and CF. RGB value is (226,108,207). Sum of RGB (Red+Green+Blue) = 226+108+207=541 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.77% from 541); Green value is 108 (42.58% from 255 or 19.96% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 226 - color contains mainly: red. Hex color #E26CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26CCF is #1D9330. Grayscale: #9A9A9A. Windows color (decimal): -1938225 or 13593826. OLE color: 13593826.

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

Color convert

RGB 226 108 207 -
CMYK 0 0.52 0.08 0.11
HSL 309.66º 0.67% 0.65% -
HSV(B) 309.66º 0.52% 0.89% -
XYZ 47.99 31.4 62.56 -
YUV 154.57 157.59 178.95 -
System Red Green Blue C M Y K H S L
Decimal 226 108 207 0 0.52 0.08 0.11 309.66 0.67 0.65
Hex E2 6C CF 0 34 8 B 136 43 41
Octal 342 154 317 0 64 10 13 466 103 101
Binary 11100010 1101100 11001111 0 110100 1000 1011 100110110 1000011 1000001

Color Harmonies of #E26CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26CCF

Black with #E26CCF

Text Example


Text Example

White with #E26CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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