Html Css Color HEX #E66FD1 Orchid

📋 copy color: '#E66FD1'

red 230 ◦ green 111 ◦ blue 209

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

Shades of Orchid #E66FD1

Tints of Orchid #E66FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38%

R = 41.82%
G = 20.18%
B = 38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E66FD1 (or 0xE66FD1) is known color: Orchid. HEX triplet: E6, 6F and D1. RGB value is (230,111,209). Sum of RGB (Red+Green+Blue) = 230+111+209=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 111 (43.75% from 255 or 20.18% from 550); Blue value is 209 (82.03% from 255 or 38% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E66FD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66FD1 is #19902E. Grayscale: #9D9D9D. Windows color (decimal): -1675311 or 13725670. OLE color: 13725670.

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

Color convert

RGB 230 111 209 -
CMYK 0 0.52 0.09 0.10
HSL 310.59º 0.7% 0.67% -
HSV(B) 310.59º 0.52% 0.9% -
XYZ 49.83 32.8 64.03 -
YUV 157.75 156.92 179.53 -
System Red Green Blue C M Y K H S L
Decimal 230 111 209 0 0.52 0.09 0.10 310.59 0.7 0.67
Hex E6 6F D1 0 34 9 A 137 46 43
Octal 346 157 321 0 64 11 12 467 106 103
Binary 11100110 1101111 11010001 0 110100 1001 1010 100110111 1000110 1000011

Color Harmonies of #E66FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66FD1

Black with #E66FD1

Text Example


Text Example

White with #E66FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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