Html Css Color HEX #E66BDA Orchid

📋 copy color: '#E66BDA'

red 230 ◦ green 107 ◦ blue 218

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

Shades of Orchid #E66BDA

Tints of Orchid #E66BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.28%

R = 41.44%
G = 19.28%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E66BDA (or 0xE66BDA) is known color: Orchid. HEX triplet: E6, 6B and DA. RGB value is (230,107,218). Sum of RGB (Red+Green+Blue) = 230+107+218=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 107 (42.19% from 255 or 19.28% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 230 - color contains mainly: red. Hex color #E66BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66BDA is #199425. Grayscale: #9C9C9C. Windows color (decimal): -1676326 or 14314470. OLE color: 14314470.

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

Color convert

RGB 230 107 218 -
CMYK 0 0.53 0.05 0.10
HSL 305.85º 0.71% 0.66% -
HSV(B) 305.85º 0.53% 0.9% -
XYZ 50.55 32.4 69.92 -
YUV 156.43 162.75 180.47 -
System Red Green Blue C M Y K H S L
Decimal 230 107 218 0 0.53 0.05 0.10 305.85 0.71 0.66
Hex E6 6B DA 0 35 5 A 132 47 42
Octal 346 153 332 0 65 5 12 462 107 102
Binary 11100110 1101011 11011010 0 110101 101 1010 100110010 1000111 1000010

Color Harmonies of #E66BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66BDA

Black with #E66BDA

Text Example


Text Example

White with #E66BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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