Html Css Color HEX #E66FC7 Orchid

📋 copy color: '#E66FC7'

red 230 ◦ green 111 ◦ blue 199

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

Shades of Orchid #E66FC7

Tints of Orchid #E66FC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.85%

R = 42.59%
G = 20.56%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.10

RGB Variations

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

Color information

#E66FC7 (or 0xE66FC7) is known color: Orchid. HEX triplet: E6, 6F and C7. RGB value is (230,111,199). Sum of RGB (Red+Green+Blue) = 230+111+199=540 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.59% from 540); Green value is 111 (43.75% from 255 or 20.56% from 540); Blue value is 199 (78.12% from 255 or 36.85% from 540); Max value from RGB is 230 - color contains mainly: red. Hex color #E66FC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66FC7 is #199038. Grayscale: #9C9C9C. Windows color (decimal): -1675321 or 13070310. OLE color: 13070310.

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

Color convert

RGB 230 111 199 -
CMYK 0 0.52 0.13 0.10
HSL 315.63º 0.7% 0.67% -
HSV(B) 315.63º 0.52% 0.9% -
XYZ 48.63 32.32 57.71 -
YUV 156.61 151.92 180.34 -
System Red Green Blue C M Y K H S L
Decimal 230 111 199 0 0.52 0.13 0.10 315.63 0.7 0.67
Hex E6 6F C7 0 34 D A 13C 46 43
Octal 346 157 307 0 64 15 12 474 106 103
Binary 11100110 1101111 11000111 0 110100 1101 1010 100111100 1000110 1000011

Color Harmonies of #E66FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66FC7

Black with #E66FC7

Text Example


Text Example

White with #E66FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66FC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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