Html Css Color HEX #E66FDC Orchid

📋 copy color: '#E66FDC'

red 230 ◦ green 111 ◦ blue 220

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

Shades of Orchid #E66FDC

Tints of Orchid #E66FDC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.79%

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

R = 41%
G = 19.79%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E66FDC (or 0xE66FDC) is known color: Orchid. HEX triplet: E6, 6F and DC. RGB value is (230,111,220). Sum of RGB (Red+Green+Blue) = 230+111+220=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 111 (43.75% from 255 or 19.79% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 230 - color contains mainly: red. Hex color #E66FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66FDC is #199023. Grayscale: #9E9E9E. Windows color (decimal): -1675300 or 14446566. OLE color: 14446566.

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

Color convert

RGB 230 111 220 -
CMYK 0 0.52 0.04 0.10
HSL 305.04º 0.7% 0.67% -
HSV(B) 305.04º 0.52% 0.9% -
XYZ 51.24 33.36 71.45 -
YUV 159.01 162.42 178.64 -
System Red Green Blue C M Y K H S L
Decimal 230 111 220 0 0.52 0.04 0.10 305.04 0.7 0.67
Hex E6 6F DC 0 34 4 A 131 46 43
Octal 346 157 334 0 64 4 12 461 106 103
Binary 11100110 1101111 11011100 0 110100 100 1010 100110001 1000110 1000011

Color Harmonies of #E66FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66FDC

Black with #E66FDC

Text Example


Text Example

White with #E66FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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