Html Css Color HEX #E66BC9 Orchid

📋 copy color: '#E66BC9'

red 230 ◦ green 107 ◦ blue 201

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

Shades of Orchid #E66BC9

Tints of Orchid #E66BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.36%

R = 42.75%
G = 19.89%
B = 37.36%

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

#E66BC9 (or 0xE66BC9) is known color: Orchid. HEX triplet: E6, 6B and C9. RGB value is (230,107,201). Sum of RGB (Red+Green+Blue) = 230+107+201=538 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.75% from 538); Green value is 107 (42.19% from 255 or 19.89% from 538); Blue value is 201 (78.91% from 255 or 37.36% from 538); Max value from RGB is 230 - color contains mainly: red. Hex color #E66BC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66BC9 is #199436. Grayscale: #9A9A9A. Windows color (decimal): -1676343 or 13200358. OLE color: 13200358.

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

Color convert

RGB 230 107 201 -
CMYK 0 0.53 0.13 0.10
HSL 314.15º 0.71% 0.66% -
HSV(B) 314.15º 0.53% 0.9% -
XYZ 48.43 31.56 58.8 -
YUV 154.49 154.25 181.86 -
System Red Green Blue C M Y K H S L
Decimal 230 107 201 0 0.53 0.13 0.10 314.15 0.71 0.66
Hex E6 6B C9 0 35 D A 13A 47 42
Octal 346 153 311 0 65 15 12 472 107 102
Binary 11100110 1101011 11001001 0 110101 1101 1010 100111010 1000111 1000010

Color Harmonies of #E66BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66BC9

Black with #E66BC9

Text Example


Text Example

White with #E66BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66BC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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