Html Css Color HEX #E66FD6 Orchid

📋 copy color: '#E66FD6'

red 230 ◦ green 111 ◦ blue 214

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

Shades of Orchid #E66FD6

Tints of Orchid #E66FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.56%

R = 41.44%
G = 20%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E66FD6 (or 0xE66FD6) is known color: Orchid. HEX triplet: E6, 6F and D6. RGB value is (230,111,214). Sum of RGB (Red+Green+Blue) = 230+111+214=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 111 (43.75% from 255 or 20% from 555); Blue value is 214 (83.98% from 255 or 38.56% from 555); Max value from RGB is 230 - color contains mainly: red. Hex color #E66FD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66FD6 is #199029. Grayscale: #9E9E9E. Windows color (decimal): -1675306 or 14053350. OLE color: 14053350.

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

Color convert

RGB 230 111 214 -
CMYK 0 0.52 0.07 0.10
HSL 308.07º 0.7% 0.67% -
HSV(B) 308.07º 0.52% 0.9% -
XYZ 50.46 33.05 67.34 -
YUV 158.32 159.42 179.12 -
System Red Green Blue C M Y K H S L
Decimal 230 111 214 0 0.52 0.07 0.10 308.07 0.7 0.67
Hex E6 6F D6 0 34 7 A 134 46 43
Octal 346 157 326 0 64 7 12 464 106 103
Binary 11100110 1101111 11010110 0 110100 111 1010 100110100 1000110 1000011

Color Harmonies of #E66FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66FD6

Black with #E66FD6

Text Example


Text Example

White with #E66FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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