Html Css Color HEX #E66FCC Orchid

📋 copy color: '#E66FCC'

red 230 ◦ green 111 ◦ blue 204

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

Shades of Orchid #E66FCC

Tints of Orchid #E66FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.43%

R = 42.2%
G = 20.37%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E66FCC (or 0xE66FCC) is known color: Orchid. HEX triplet: E6, 6F and CC. RGB value is (230,111,204). Sum of RGB (Red+Green+Blue) = 230+111+204=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 111 (43.75% from 255 or 20.37% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E66FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66FCC is #199033. Grayscale: #9C9C9C. Windows color (decimal): -1675316 or 13397990. OLE color: 13397990.

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

Color convert

RGB 230 111 204 -
CMYK 0 0.52 0.11 0.10
HSL 313.11º 0.7% 0.67% -
HSV(B) 313.11º 0.52% 0.9% -
XYZ 49.22 32.55 60.82 -
YUV 157.18 154.42 179.94 -
System Red Green Blue C M Y K H S L
Decimal 230 111 204 0 0.52 0.11 0.10 313.11 0.7 0.67
Hex E6 6F CC 0 34 B A 139 46 43
Octal 346 157 314 0 64 13 12 471 106 103
Binary 11100110 1101111 11001100 0 110100 1011 1010 100111001 1000110 1000011

Color Harmonies of #E66FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66FCC

Black with #E66FCC

Text Example


Text Example

White with #E66FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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