Html Css Color HEX #E378DD Orchid

📋 copy color: '#E378DD'

red 227 ◦ green 120 ◦ blue 221

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

Shades of Orchid #E378DD

Tints of Orchid #E378DD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.13%

 BLUE value IS 221 (86.72% from 255) = 38.91%

R = 39.96%
G = 21.13%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E378DD (or 0xE378DD) is known color: Orchid. HEX triplet: E3, 78 and DD. RGB value is (227,120,221). Sum of RGB (Red+Green+Blue) = 227+120+221=568 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.96% from 568); Green value is 120 (47.27% from 255 or 21.13% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 227 - color contains mainly: red. Hex color #E378DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E378DD is #1C8722. Grayscale: #A3A3A3. Windows color (decimal): -1869603 or 14514403. OLE color: 14514403.

HSL color Cylindrical-coordinate representation of color #E378DD: hue angle of 303.36º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E378DD is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 120 221 -
CMYK 0 0.47 0.03 0.11
HSL 303.36º 0.66% 0.68% -
HSV(B) 303.36º 0.47% 0.89% -
XYZ 51.45 34.98 72.45 -
YUV 163.51 160.45 173.29 -
System Red Green Blue C M Y K H S L
Decimal 227 120 221 0 0.47 0.03 0.11 303.36 0.66 0.68
Hex E3 78 DD 0 2F 3 B 12F 42 44
Octal 343 170 335 0 57 3 13 457 102 104
Binary 11100011 1111000 11011101 0 101111 11 1011 100101111 1000010 1000100

Color Harmonies of #E378DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E378DD

Black with #E378DD

Text Example


Text Example

White with #E378DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E378DD; }

 p { color: rgb(227,120,221); }

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

background-color css

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

 a { background-color: rgb(227,120,221); }

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

border-color css

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

 span { border-color: rgb(227,120,221); }

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