Html Css Color HEX #E66DCD Orchid

📋 copy color: '#E66DCD'

red 230 ◦ green 109 ◦ blue 205

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

Shades of Orchid #E66DCD

Tints of Orchid #E66DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.68%

R = 42.28%
G = 20.04%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E66DCD (or 0xE66DCD) is known color: Orchid. HEX triplet: E6, 6D and CD. RGB value is (230,109,205). Sum of RGB (Red+Green+Blue) = 230+109+205=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 109 (42.97% from 255 or 20.04% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 230 - color contains mainly: red. Hex color #E66DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66DCD is #199232. Grayscale: #9B9B9B. Windows color (decimal): -1675827 or 13463014. OLE color: 13463014.

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

Color convert

RGB 230 109 205 -
CMYK 0 0.53 0.11 0.10
HSL 312.4º 0.71% 0.66% -
HSV(B) 312.4º 0.53% 0.9% -
XYZ 49.12 32.17 61.38 -
YUV 156.12 155.59 180.69 -
System Red Green Blue C M Y K H S L
Decimal 230 109 205 0 0.53 0.11 0.10 312.4 0.71 0.66
Hex E6 6D CD 0 35 B A 138 47 42
Octal 346 155 315 0 65 13 12 470 107 102
Binary 11100110 1101101 11001101 0 110101 1011 1010 100111000 1000111 1000010

Color Harmonies of #E66DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66DCD

Black with #E66DCD

Text Example


Text Example

White with #E66DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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