Html Css Color HEX #E66DDF Orchid

📋 copy color: '#E66DDF'

red 230 ◦ green 109 ◦ blue 223

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

Shades of Orchid #E66DDF

Tints of Orchid #E66DDF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.4%

 BLUE value IS 223 (87.5% from 255) = 39.68%

R = 40.93%
G = 19.4%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E66DDF (or 0xE66DDF) is known color: Orchid. HEX triplet: E6, 6D and DF. RGB value is (230,109,223). Sum of RGB (Red+Green+Blue) = 230+109+223=562 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.93% from 562); Green value is 109 (42.97% from 255 or 19.40% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 230 - color contains mainly: red. Hex color #E66DDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66DDF is #199220. Grayscale: #9D9D9D. Windows color (decimal): -1675809 or 14642662. OLE color: 14642662.

HSL color Cylindrical-coordinate representation of color #E66DDF: hue angle of 303.47º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66DDF is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 109 223 -
CMYK 0 0.53 0.03 0.10
HSL 303.47º 0.71% 0.66% -
HSV(B) 303.47º 0.53% 0.9% -
XYZ 51.42 33.09 73.49 -
YUV 158.18 164.59 179.23 -
System Red Green Blue C M Y K H S L
Decimal 230 109 223 0 0.53 0.03 0.10 303.47 0.71 0.66
Hex E6 6D DF 0 35 3 A 12F 47 42
Octal 346 155 337 0 65 3 12 457 107 102
Binary 11100110 1101101 11011111 0 110101 11 1010 100101111 1000111 1000010

Color Harmonies of #E66DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66DDF

Black with #E66DDF

Text Example


Text Example

White with #E66DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66DDF; }

 p { color: rgb(230,109,223); }

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

background-color css

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

 a { background-color: rgb(230,109,223); }

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

border-color css

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

 span { border-color: rgb(230,109,223); }

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