Html Css Color HEX #E66CC7 Orchid

📋 copy color: '#E66CC7'

red 230 ◦ green 108 ◦ blue 199

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

Shades of Orchid #E66CC7

Tints of Orchid #E66CC7

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.11%

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

R = 42.83%
G = 20.11%
B = 37.06%

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

#E66CC7 (or 0xE66CC7) is known color: Orchid. HEX triplet: E6, 6C and C7. RGB value is (230,108,199). Sum of RGB (Red+Green+Blue) = 230+108+199=537 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.83% from 537); Green value is 108 (42.58% from 255 or 20.11% from 537); Blue value is 199 (78.12% from 255 or 37.06% from 537); Max value from RGB is 230 - color contains mainly: red. Hex color #E66CC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66CC7 is #199338. Grayscale: #9A9A9A. Windows color (decimal): -1676089 or 13069542. OLE color: 13069542.

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

Color convert

RGB 230 108 199 -
CMYK 0 0.53 0.13 0.10
HSL 315.25º 0.71% 0.66% -
HSV(B) 315.25º 0.53% 0.9% -
XYZ 48.3 31.67 57.6 -
YUV 154.85 152.92 181.6 -
System Red Green Blue C M Y K H S L
Decimal 230 108 199 0 0.53 0.13 0.10 315.25 0.71 0.66
Hex E6 6C C7 0 35 D A 13B 47 42
Octal 346 154 307 0 65 15 12 473 107 102
Binary 11100110 1101100 11000111 0 110101 1101 1010 100111011 1000111 1000010

Color Harmonies of #E66CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66CC7

Black with #E66CC7

Text Example


Text Example

White with #E66CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66CC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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