Html Css Color HEX #E672DE Orchid

📋 copy color: '#E672DE'

red 230 ◦ green 114 ◦ blue 222

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

Shades of Orchid #E672DE

Tints of Orchid #E672DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.22%

R = 40.64%
G = 20.14%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E672DE (or 0xE672DE) is known color: Orchid. HEX triplet: E6, 72 and DE. RGB value is (230,114,222). Sum of RGB (Red+Green+Blue) = 230+114+222=566 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.64% from 566); Green value is 114 (44.92% from 255 or 20.14% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 230 - color contains mainly: red. Hex color #E672DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E672DE is #198D21. Grayscale: #A0A0A0. Windows color (decimal): -1674530 or 14578406. OLE color: 14578406.

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

Color convert

RGB 230 114 222 -
CMYK 0 0.50 0.03 0.10
HSL 304.14º 0.7% 0.67% -
HSV(B) 304.14º 0.5% 0.9% -
XYZ 51.84 34.13 72.96 -
YUV 161 162.43 177.22 -
System Red Green Blue C M Y K H S L
Decimal 230 114 222 0 0.50 0.03 0.10 304.14 0.7 0.67
Hex E6 72 DE 0 32 3 A 130 46 43
Octal 346 162 336 0 62 3 12 460 106 103
Binary 11100110 1110010 11011110 0 110010 11 1010 100110000 1000110 1000011

Color Harmonies of #E672DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E672DE

Black with #E672DE

Text Example


Text Example

White with #E672DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E672DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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