Html Css Color HEX #E675DB Orchid

📋 copy color: '#E675DB'

red 230 ◦ green 117 ◦ blue 219

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

Shades of Orchid #E675DB

Tints of Orchid #E675DB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.67%

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

R = 40.64%
G = 20.67%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E675DB (or 0xE675DB) is known color: Orchid. HEX triplet: E6, 75 and DB. RGB value is (230,117,219). Sum of RGB (Red+Green+Blue) = 230+117+219=566 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.64% from 566); Green value is 117 (46.09% from 255 or 20.67% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 230 - color contains mainly: red. Hex color #E675DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E675DB is #198A24. Grayscale: #A2A2A2. Windows color (decimal): -1673765 or 14382566. OLE color: 14382566.

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

Color convert

RGB 230 117 219 -
CMYK 0 0.49 0.05 0.10
HSL 305.84º 0.69% 0.68% -
HSV(B) 305.84º 0.49% 0.9% -
XYZ 51.78 34.66 70.98 -
YUV 162.42 159.94 176.21 -
System Red Green Blue C M Y K H S L
Decimal 230 117 219 0 0.49 0.05 0.10 305.84 0.69 0.68
Hex E6 75 DB 0 31 5 A 132 45 44
Octal 346 165 333 0 61 5 12 462 105 104
Binary 11100110 1110101 11011011 0 110001 101 1010 100110010 1000101 1000100

Color Harmonies of #E675DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E675DB

Black with #E675DB

Text Example


Text Example

White with #E675DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E675DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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