Html Css Color HEX #E66CCE Orchid

📋 copy color: '#E66CCE'

red 230 ◦ green 108 ◦ blue 206

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

Shades of Orchid #E66CCE

Tints of Orchid #E66CCE

RGB

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

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

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

R = 42.28%
G = 19.85%
B = 37.87%

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

#E66CCE (or 0xE66CCE) is known color: Orchid. HEX triplet: E6, 6C and CE. RGB value is (230,108,206). Sum of RGB (Red+Green+Blue) = 230+108+206=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 108 (42.58% from 255 or 19.85% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 230 - color contains mainly: red. Hex color #E66CCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66CCE is #199331. Grayscale: #9B9B9B. Windows color (decimal): -1676082 or 13528294. OLE color: 13528294.

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

Color convert

RGB 230 108 206 -
CMYK 0 0.53 0.10 0.10
HSL 311.8º 0.71% 0.66% -
HSV(B) 311.8º 0.53% 0.9% -
XYZ 49.14 32 61.98 -
YUV 155.65 156.42 181.03 -
System Red Green Blue C M Y K H S L
Decimal 230 108 206 0 0.53 0.10 0.10 311.8 0.71 0.66
Hex E6 6C CE 0 35 A A 138 47 42
Octal 346 154 316 0 65 12 12 470 107 102
Binary 11100110 1101100 11001110 0 110101 1010 1010 100111000 1000111 1000010

Color Harmonies of #E66CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66CCE

Black with #E66CCE

Text Example


Text Example

White with #E66CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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