Html Css Color HEX #E678DD Orchid

📋 copy color: '#E678DD'

red 230 ◦ green 120 ◦ blue 221

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

Shades of Orchid #E678DD

Tints of Orchid #E678DD

RGB

 RED value IS 230 (90.23% from 255) = 40.28%

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

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

R = 40.28%
G = 21.02%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E678DD (or 0xE678DD) is known color: Orchid. HEX triplet: E6, 78 and DD. RGB value is (230,120,221). Sum of RGB (Red+Green+Blue) = 230+120+221=571 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.28% from 571); Green value is 120 (47.27% from 255 or 21.02% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 230 - color contains mainly: red. Hex color #E678DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E678DD is #198722. Grayscale: #A4A4A4. Windows color (decimal): -1672995 or 14514406. OLE color: 14514406.

HSL color Cylindrical-coordinate representation of color #E678DD: hue angle of 304.91º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E678DD is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 120 221 -
CMYK 0 0.48 0.04 0.10
HSL 304.91º 0.69% 0.69% -
HSV(B) 304.91º 0.48% 0.9% -
XYZ 52.4 35.48 72.49 -
YUV 164.4 159.94 174.79 -
System Red Green Blue C M Y K H S L
Decimal 230 120 221 0 0.48 0.04 0.10 304.91 0.69 0.69
Hex E6 78 DD 0 30 4 A 131 45 45
Octal 346 170 335 0 60 4 12 461 105 105
Binary 11100110 1111000 11011101 0 110000 100 1010 100110001 1000101 1000101

Color Harmonies of #E678DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E678DD

Black with #E678DD

Text Example


Text Example

White with #E678DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E678DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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