Html Css Color HEX #E66CD3 Orchid

📋 copy color: '#E66CD3'

red 230 ◦ green 108 ◦ blue 211

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

Shades of Orchid #E66CD3

Tints of Orchid #E66CD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.43%

R = 41.89%
G = 19.67%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E66CD3 (or 0xE66CD3) is known color: Orchid. HEX triplet: E6, 6C and D3. RGB value is (230,108,211). Sum of RGB (Red+Green+Blue) = 230+108+211=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 108 (42.58% from 255 or 19.67% from 549); Blue value is 211 (82.81% from 255 or 38.43% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E66CD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66CD3 is #19932C. Grayscale: #9B9B9B. Windows color (decimal): -1676077 or 13855974. OLE color: 13855974.

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

Color convert

RGB 230 108 211 -
CMYK 0 0.53 0.08 0.10
HSL 309.34º 0.71% 0.66% -
HSV(B) 309.34º 0.53% 0.9% -
XYZ 49.75 32.25 65.23 -
YUV 156.22 158.92 180.62 -
System Red Green Blue C M Y K H S L
Decimal 230 108 211 0 0.53 0.08 0.10 309.34 0.71 0.66
Hex E6 6C D3 0 35 8 A 135 47 42
Octal 346 154 323 0 65 10 12 465 107 102
Binary 11100110 1101100 11010011 0 110101 1000 1010 100110101 1000111 1000010

Color Harmonies of #E66CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66CD3

Black with #E66CD3

Text Example


Text Example

White with #E66CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66CD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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