Html Css Color HEX #E66BCE Orchid

📋 copy color: '#E66BCE'

red 230 ◦ green 107 ◦ blue 206

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

Shades of Orchid #E66BCE

Tints of Orchid #E66BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.94%

R = 42.36%
G = 19.71%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E66BCE (or 0xE66BCE) is known color: Orchid. HEX triplet: E6, 6B and CE. RGB value is (230,107,206). Sum of RGB (Red+Green+Blue) = 230+107+206=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 107 (42.19% from 255 or 19.71% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E66BCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66BCE is #199431. Grayscale: #9A9A9A. Windows color (decimal): -1676338 or 13528038. OLE color: 13528038.

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

Color convert

RGB 230 107 206 -
CMYK 0 0.53 0.10 0.10
HSL 311.71º 0.71% 0.66% -
HSV(B) 311.71º 0.53% 0.9% -
XYZ 49.03 31.79 61.95 -
YUV 155.06 156.75 181.45 -
System Red Green Blue C M Y K H S L
Decimal 230 107 206 0 0.53 0.10 0.10 311.71 0.71 0.66
Hex E6 6B CE 0 35 A A 138 47 42
Octal 346 153 316 0 65 12 12 470 107 102
Binary 11100110 1101011 11001110 0 110101 1010 1010 100111000 1000111 1000010

Color Harmonies of #E66BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66BCE

Black with #E66BCE

Text Example


Text Example

White with #E66BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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