Html Css Color HEX #E66BC7 Orchid

📋 copy color: '#E66BC7'

red 230 ◦ green 107 ◦ blue 199

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

Shades of Orchid #E66BC7

Tints of Orchid #E66BC7

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.96%

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

R = 42.91%
G = 19.96%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.10

RGB Variations

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

Color information

#E66BC7 (or 0xE66BC7) is known color: Orchid. HEX triplet: E6, 6B and C7. RGB value is (230,107,199). Sum of RGB (Red+Green+Blue) = 230+107+199=536 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.91% from 536); Green value is 107 (42.19% from 255 or 19.96% from 536); Blue value is 199 (78.12% from 255 or 37.13% from 536); Max value from RGB is 230 - color contains mainly: red. Hex color #E66BC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66BC7 is #199438. Grayscale: #9A9A9A. Windows color (decimal): -1676345 or 13069286. OLE color: 13069286.

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

Color convert

RGB 230 107 199 -
CMYK 0 0.53 0.13 0.10
HSL 315.12º 0.71% 0.66% -
HSV(B) 315.12º 0.53% 0.9% -
XYZ 48.2 31.46 57.57 -
YUV 154.27 153.25 182.02 -
System Red Green Blue C M Y K H S L
Decimal 230 107 199 0 0.53 0.13 0.10 315.12 0.71 0.66
Hex E6 6B C7 0 35 D A 13B 47 42
Octal 346 153 307 0 65 15 12 473 107 102
Binary 11100110 1101011 11000111 0 110101 1101 1010 100111011 1000111 1000010

Color Harmonies of #E66BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66BC7

Black with #E66BC7

Text Example


Text Example

White with #E66BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66BC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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