Html Css Color HEX #E283CD Orchid

📋 copy color: '#E283CD'

red 226 ◦ green 131 ◦ blue 205

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

Shades of Orchid #E283CD

Tints of Orchid #E283CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.48%

R = 40.21%
G = 23.31%
B = 36.48%

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

#E283CD (or 0xE283CD) is known color: Orchid. HEX triplet: E2, 83 and CD. RGB value is (226,131,205). Sum of RGB (Red+Green+Blue) = 226+131+205=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 131 (51.56% from 255 or 23.31% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 226 - color contains mainly: red. Hex color #E283CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E283CD is #1D7C32. Grayscale: #A7A7A7. Windows color (decimal): -1932339 or 13468642. OLE color: 13468642.

HSL color Cylindrical-coordinate representation of color #E283CD: hue angle of 313.26º 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 #E283CD is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 131 205 -
CMYK 0 0.42 0.09 0.11
HSL 313.26º 0.62% 0.7% -
HSV(B) 313.26º 0.42% 0.89% -
XYZ 50.5 36.81 62.2 -
YUV 167.84 148.97 169.48 -
System Red Green Blue C M Y K H S L
Decimal 226 131 205 0 0.42 0.09 0.11 313.26 0.62 0.7
Hex E2 83 CD 0 2A 9 B 139 3E 46
Octal 342 203 315 0 52 11 13 471 76 106
Binary 11100010 10000011 11001101 0 101010 1001 1011 100111001 111110 1000110

Color Harmonies of #E283CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E283CD

Black with #E283CD

Text Example


Text Example

White with #E283CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E283CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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