Html Css Color HEX #E671DB Orchid

📋 copy color: '#E671DB'

red 230 ◦ green 113 ◦ blue 219

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

Shades of Orchid #E671DB

Tints of Orchid #E671DB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.11%

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

R = 40.93%
G = 20.11%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E671DB (or 0xE671DB) is known color: Orchid. HEX triplet: E6, 71 and DB. RGB value is (230,113,219). Sum of RGB (Red+Green+Blue) = 230+113+219=562 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.93% from 562); Green value is 113 (44.53% from 255 or 20.11% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 230 - color contains mainly: red. Hex color #E671DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E671DB is #198E24. Grayscale: #9F9F9F. Windows color (decimal): -1674789 or 14381542. OLE color: 14381542.

HSL color Cylindrical-coordinate representation of color #E671DB: hue angle of 305.64º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E671DB is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 113 219 -
CMYK 0 0.51 0.05 0.10
HSL 305.64º 0.7% 0.67% -
HSV(B) 305.64º 0.51% 0.9% -
XYZ 51.32 33.75 70.83 -
YUV 160.07 161.26 177.88 -
System Red Green Blue C M Y K H S L
Decimal 230 113 219 0 0.51 0.05 0.10 305.64 0.7 0.67
Hex E6 71 DB 0 33 5 A 132 46 43
Octal 346 161 333 0 63 5 12 462 106 103
Binary 11100110 1110001 11011011 0 110011 101 1010 100110010 1000110 1000011

Color Harmonies of #E671DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E671DB

Black with #E671DB

Text Example


Text Example

White with #E671DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E671DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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