Html Css Color HEX #E383CF Orchid

📋 copy color: '#E383CF'

red 227 ◦ green 131 ◦ blue 207

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

Shades of Orchid #E383CF

Tints of Orchid #E383CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.64%

R = 40.18%
G = 23.19%
B = 36.64%

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

#E383CF (or 0xE383CF) is known color: Orchid. HEX triplet: E3, 83 and CF. RGB value is (227,131,207). Sum of RGB (Red+Green+Blue) = 227+131+207=565 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.18% from 565); Green value is 131 (51.56% from 255 or 23.19% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 227 - color contains mainly: red. Hex color #E383CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E383CF is #1C7C30. Grayscale: #A8A8A8. Windows color (decimal): -1866801 or 13599715. OLE color: 13599715.

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

Color convert

RGB 227 131 207 -
CMYK 0 0.42 0.09 0.11
HSL 312.5º 0.63% 0.7% -
HSV(B) 312.5º 0.42% 0.89% -
XYZ 51.06 37.07 63.5 -
YUV 168.37 149.8 169.82 -
System Red Green Blue C M Y K H S L
Decimal 227 131 207 0 0.42 0.09 0.11 312.5 0.63 0.7
Hex E3 83 CF 0 2A 9 B 138 3F 46
Octal 343 203 317 0 52 11 13 470 77 106
Binary 11100011 10000011 11001111 0 101010 1001 1011 100111000 111111 1000110

Color Harmonies of #E383CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E383CF

Black with #E383CF

Text Example


Text Example

White with #E383CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E383CF; }

 p { color: rgb(227,131,207); }

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

background-color css

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

 a { background-color: rgb(227,131,207); }

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

border-color css

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

 span { border-color: rgb(227,131,207); }

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