Html Css Color HEX #E382CE Orchid

📋 copy color: '#E382CE'

red 227 ◦ green 130 ◦ blue 206

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

Shades of Orchid #E382CE

Tints of Orchid #E382CE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.09%

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

R = 40.32%
G = 23.09%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E382CE (or 0xE382CE) is known color: Orchid. HEX triplet: E3, 82 and CE. RGB value is (227,130,206). Sum of RGB (Red+Green+Blue) = 227+130+206=563 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.32% from 563); Green value is 130 (51.17% from 255 or 23.09% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 227 - color contains mainly: red. Hex color #E382CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E382CE is #1C7D31. Grayscale: #A7A7A7. Windows color (decimal): -1867058 or 13533923. OLE color: 13533923.

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

Color convert

RGB 227 130 206 -
CMYK 0 0.43 0.09 0.11
HSL 312.99º 0.63% 0.7% -
HSV(B) 312.99º 0.43% 0.89% -
XYZ 50.8 36.75 62.81 -
YUV 167.67 149.64 170.32 -
System Red Green Blue C M Y K H S L
Decimal 227 130 206 0 0.43 0.09 0.11 312.99 0.63 0.7
Hex E3 82 CE 0 2B 9 B 139 3F 46
Octal 343 202 316 0 53 11 13 471 77 106
Binary 11100011 10000010 11001110 0 101011 1001 1011 100111001 111111 1000110

Color Harmonies of #E382CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E382CE

Black with #E382CE

Text Example


Text Example

White with #E382CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E382CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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