Html Css Color HEX #E66DCC Orchid

📋 copy color: '#E66DCC'

red 230 ◦ green 109 ◦ blue 204

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

Shades of Orchid #E66DCC

Tints of Orchid #E66DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.57%

R = 42.36%
G = 20.07%
B = 37.57%

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

#E66DCC (or 0xE66DCC) is known color: Orchid. HEX triplet: E6, 6D and CC. RGB value is (230,109,204). Sum of RGB (Red+Green+Blue) = 230+109+204=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 109 (42.97% from 255 or 20.07% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E66DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66DCC is #199233. Grayscale: #9B9B9B. Windows color (decimal): -1675828 or 13397478. OLE color: 13397478.

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

Color convert

RGB 230 109 204 -
CMYK 0 0.53 0.11 0.10
HSL 312.89º 0.71% 0.66% -
HSV(B) 312.89º 0.53% 0.9% -
XYZ 49 32.12 60.74 -
YUV 156.01 155.09 180.78 -
System Red Green Blue C M Y K H S L
Decimal 230 109 204 0 0.53 0.11 0.10 312.89 0.71 0.66
Hex E6 6D CC 0 35 B A 139 47 42
Octal 346 155 314 0 65 13 12 471 107 102
Binary 11100110 1101101 11001100 0 110101 1011 1010 100111001 1000111 1000010

Color Harmonies of #E66DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66DCC

Black with #E66DCC

Text Example


Text Example

White with #E66DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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