Html Css Color HEX #E285CE Orchid

📋 copy color: '#E285CE'

red 226 ◦ green 133 ◦ blue 206

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

Shades of Orchid #E285CE

Tints of Orchid #E285CE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.54%

 BLUE value IS 206 (80.86% from 255) = 36.46%

R = 40%
G = 23.54%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E285CE (or 0xE285CE) is known color: Orchid. HEX triplet: E2, 85 and CE. RGB value is (226,133,206). Sum of RGB (Red+Green+Blue) = 226+133+206=565 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40% from 565); Green value is 133 (52.34% from 255 or 23.54% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 226 - color contains mainly: red. Hex color #E285CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E285CE is #1D7A31. Grayscale: #A8A8A8. Windows color (decimal): -1931826 or 13534690. OLE color: 13534690.

HSL color Cylindrical-coordinate representation of color #E285CE: hue angle of 312.9º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E285CE is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 133 206 -
CMYK 0 0.41 0.09 0.11
HSL 312.9º 0.62% 0.7% -
HSV(B) 312.9º 0.41% 0.89% -
XYZ 50.89 37.4 62.93 -
YUV 169.13 148.81 168.56 -
System Red Green Blue C M Y K H S L
Decimal 226 133 206 0 0.41 0.09 0.11 312.9 0.62 0.7
Hex E2 85 CE 0 29 9 B 139 3E 46
Octal 342 205 316 0 51 11 13 471 76 106
Binary 11100010 10000101 11001110 0 101001 1001 1011 100111001 111110 1000110

Color Harmonies of #E285CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E285CE

Black with #E285CE

Text Example


Text Example

White with #E285CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E285CE; }

 p { color: rgb(226,133,206); }

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

background-color css

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

 a { background-color: rgb(226,133,206); }

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

border-color css

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

 span { border-color: rgb(226,133,206); }

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