Html Css Color HEX #E66DCE Orchid

📋 copy color: '#E66DCE'

red 230 ◦ green 109 ◦ blue 206

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

Shades of Orchid #E66DCE

Tints of Orchid #E66DCE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20%

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

R = 42.2%
G = 20%
B = 37.8%

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

#E66DCE (or 0xE66DCE) is known color: Orchid. HEX triplet: E6, 6D and CE. RGB value is (230,109,206). Sum of RGB (Red+Green+Blue) = 230+109+206=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 109 (42.97% from 255 or 20% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E66DCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66DCE is #199231. Grayscale: #9B9B9B. Windows color (decimal): -1675826 or 13528550. OLE color: 13528550.

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

Color convert

RGB 230 109 206 -
CMYK 0 0.53 0.10 0.10
HSL 311.9º 0.71% 0.66% -
HSV(B) 311.9º 0.53% 0.9% -
XYZ 49.24 32.22 62.02 -
YUV 156.24 156.09 180.61 -
System Red Green Blue C M Y K H S L
Decimal 230 109 206 0 0.53 0.10 0.10 311.9 0.71 0.66
Hex E6 6D CE 0 35 A A 138 47 42
Octal 346 155 316 0 65 12 12 470 107 102
Binary 11100110 1101101 11001110 0 110101 1010 1010 100111000 1000111 1000010

Color Harmonies of #E66DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66DCE

Black with #E66DCE

Text Example


Text Example

White with #E66DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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