Html Css Color HEX #E06BDE Orchid

📋 copy color: '#E06BDE'

red 224 ◦ green 107 ◦ blue 222

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

Shades of Orchid #E06BDE

Tints of Orchid #E06BDE

RGB

 RED value IS 224 (87.89% from 255) = 40.51%

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

 BLUE value IS 222 (87.11% from 255) = 40.14%

R = 40.51%
G = 19.35%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E06BDE (or 0xE06BDE) is known color: Orchid. HEX triplet: E0, 6B and DE. RGB value is (224,107,222). Sum of RGB (Red+Green+Blue) = 224+107+222=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 107 (42.19% from 255 or 19.35% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 224 - color contains mainly: red. Hex color #E06BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06BDE is #1F9421. Grayscale: #9A9A9A. Windows color (decimal): -2069538 or 14576608. OLE color: 14576608.

HSL color Cylindrical-coordinate representation of color #E06BDE: hue angle of 301.03º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E06BDE is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 107 222 -
CMYK 0 0.52 0.01 0.12
HSL 301.03º 0.65% 0.65% -
HSV(B) 301.03º 0.52% 0.88% -
XYZ 49.18 31.64 72.62 -
YUV 155.09 165.76 177.15 -
System Red Green Blue C M Y K H S L
Decimal 224 107 222 0 0.52 0.01 0.12 301.03 0.65 0.65
Hex E0 6B DE 0 34 1 C 12D 41 41
Octal 340 153 336 0 64 1 14 455 101 101
Binary 11100000 1101011 11011110 0 110100 1 1100 100101101 1000001 1000001

Color Harmonies of #E06BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06BDE

Black with #E06BDE

Text Example


Text Example

White with #E06BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06BDE; }

 p { color: rgb(224,107,222); }

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

background-color css

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

 a { background-color: rgb(224,107,222); }

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

border-color css

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

 span { border-color: rgb(224,107,222); }

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