Html Css Color HEX #E672DC Orchid

📋 copy color: '#E672DC'

red 230 ◦ green 114 ◦ blue 220

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

Shades of Orchid #E672DC

Tints of Orchid #E672DC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.21%

 BLUE value IS 220 (86.33% from 255) = 39.01%

R = 40.78%
G = 20.21%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E672DC (or 0xE672DC) is known color: Orchid. HEX triplet: E6, 72 and DC. RGB value is (230,114,220). Sum of RGB (Red+Green+Blue) = 230+114+220=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 114 (44.92% from 255 or 20.21% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 230 - color contains mainly: red. Hex color #E672DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E672DC is #198D23. Grayscale: #A0A0A0. Windows color (decimal): -1674532 or 14447334. OLE color: 14447334.

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

Color convert

RGB 230 114 220 -
CMYK 0 0.50 0.04 0.10
HSL 305.17º 0.7% 0.67% -
HSV(B) 305.17º 0.5% 0.9% -
XYZ 51.57 34.02 71.56 -
YUV 160.77 161.43 177.38 -
System Red Green Blue C M Y K H S L
Decimal 230 114 220 0 0.50 0.04 0.10 305.17 0.7 0.67
Hex E6 72 DC 0 32 4 A 131 46 43
Octal 346 162 334 0 62 4 12 461 106 103
Binary 11100110 1110010 11011100 0 110010 100 1010 100110001 1000110 1000011

Color Harmonies of #E672DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E672DC

Black with #E672DC

Text Example


Text Example

White with #E672DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E672DC; }

 p { color: rgb(230,114,220); }

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

background-color css

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

 a { background-color: rgb(230,114,220); }

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

border-color css

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

 span { border-color: rgb(230,114,220); }

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