Html Css Color HEX #E678DB Orchid

📋 copy color: '#E678DB'

red 230 ◦ green 120 ◦ blue 219

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

Shades of Orchid #E678DB

Tints of Orchid #E678DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.49%

R = 40.42%
G = 21.09%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E678DB (or 0xE678DB) is known color: Orchid. HEX triplet: E6, 78 and DB. RGB value is (230,120,219). Sum of RGB (Red+Green+Blue) = 230+120+219=569 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.42% from 569); Green value is 120 (47.27% from 255 or 21.09% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 230 - color contains mainly: red. Hex color #E678DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E678DB is #198724. Grayscale: #A3A3A3. Windows color (decimal): -1672997 or 14383334. OLE color: 14383334.

HSL color Cylindrical-coordinate representation of color #E678DB: hue angle of 306º 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 #E678DB is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 120 219 -
CMYK 0 0.48 0.05 0.10
HSL 306º 0.69% 0.69% -
HSV(B) 306º 0.48% 0.9% -
XYZ 52.14 35.37 71.1 -
YUV 164.18 158.94 174.95 -
System Red Green Blue C M Y K H S L
Decimal 230 120 219 0 0.48 0.05 0.10 306 0.69 0.69
Hex E6 78 DB 0 30 5 A 132 45 45
Octal 346 170 333 0 60 5 12 462 105 105
Binary 11100110 1111000 11011011 0 110000 101 1010 100110010 1000101 1000101

Color Harmonies of #E678DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E678DB

Black with #E678DB

Text Example


Text Example

White with #E678DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E678DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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