Html Css Color HEX #E283CE Orchid

📋 copy color: '#E283CE'

red 226 ◦ green 131 ◦ blue 206

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

Shades of Orchid #E283CE

Tints of Orchid #E283CE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.27%

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

R = 40.14%
G = 23.27%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E283CE (or 0xE283CE) is known color: Orchid. HEX triplet: E2, 83 and CE. RGB value is (226,131,206). Sum of RGB (Red+Green+Blue) = 226+131+206=563 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.14% from 563); Green value is 131 (51.56% from 255 or 23.27% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 226 - color contains mainly: red. Hex color #E283CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E283CE is #1D7C31. Grayscale: #A7A7A7. Windows color (decimal): -1932338 or 13534178. OLE color: 13534178.

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

Color convert

RGB 226 131 206 -
CMYK 0 0.42 0.09 0.11
HSL 312.63º 0.62% 0.7% -
HSV(B) 312.63º 0.42% 0.89% -
XYZ 50.62 36.86 62.84 -
YUV 167.96 149.47 169.4 -
System Red Green Blue C M Y K H S L
Decimal 226 131 206 0 0.42 0.09 0.11 312.63 0.62 0.7
Hex E2 83 CE 0 2A 9 B 139 3E 46
Octal 342 203 316 0 52 11 13 471 76 106
Binary 11100010 10000011 11001110 0 101010 1001 1011 100111001 111110 1000110

Color Harmonies of #E283CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E283CE

Black with #E283CE

Text Example


Text Example

White with #E283CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E283CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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