Html Css Color HEX #E385CE Orchid

📋 copy color: '#E385CE'

red 227 ◦ green 133 ◦ blue 206

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

Shades of Orchid #E385CE

Tints of Orchid #E385CE

RGB

 RED value IS 227 (89.06% from 255) = 40.11%

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

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

R = 40.11%
G = 23.5%
B = 36.4%

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

#E385CE (or 0xE385CE) is known color: Orchid. HEX triplet: E3, 85 and CE. RGB value is (227,133,206). Sum of RGB (Red+Green+Blue) = 227+133+206=566 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.11% from 566); Green value is 133 (52.34% from 255 or 23.50% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 227 - color contains mainly: red. Hex color #E385CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E385CE is #1C7A31. Grayscale: #A9A9A9. Windows color (decimal): -1866290 or 13534691. OLE color: 13534691.

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

Color convert

RGB 227 133 206 -
CMYK 0 0.41 0.09 0.11
HSL 313.4º 0.63% 0.71% -
HSV(B) 313.4º 0.41% 0.89% -
XYZ 51.21 37.56 62.94 -
YUV 169.43 148.64 169.06 -
System Red Green Blue C M Y K H S L
Decimal 227 133 206 0 0.41 0.09 0.11 313.4 0.63 0.71
Hex E3 85 CE 0 29 9 B 139 3F 47
Octal 343 205 316 0 51 11 13 471 77 107
Binary 11100011 10000101 11001110 0 101001 1001 1011 100111001 111111 1000111

Color Harmonies of #E385CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E385CE

Black with #E385CE

Text Example


Text Example

White with #E385CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E385CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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