Html Css Color HEX #E06BDC Orchid

📋 copy color: '#E06BDC'

red 224 ◦ green 107 ◦ blue 220

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

Shades of Orchid #E06BDC

Tints of Orchid #E06BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.93%

R = 40.65%
G = 19.42%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E06BDC (or 0xE06BDC) is known color: Orchid. HEX triplet: E0, 6B and DC. RGB value is (224,107,220). Sum of RGB (Red+Green+Blue) = 224+107+220=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 107 (42.19% from 255 or 19.42% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 224 - color contains mainly: red. Hex color #E06BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06BDC is #1F9423. Grayscale: #9A9A9A. Windows color (decimal): -2069540 or 14445536. OLE color: 14445536.

HSL color Cylindrical-coordinate representation of color #E06BDC: hue angle of 302.05º 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 #E06BDC is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 107 220 -
CMYK 0 0.52 0.02 0.12
HSL 302.05º 0.65% 0.65% -
HSV(B) 302.05º 0.52% 0.88% -
XYZ 48.92 31.53 71.22 -
YUV 154.87 164.76 177.31 -
System Red Green Blue C M Y K H S L
Decimal 224 107 220 0 0.52 0.02 0.12 302.05 0.65 0.65
Hex E0 6B DC 0 34 2 C 12E 41 41
Octal 340 153 334 0 64 2 14 456 101 101
Binary 11100000 1101011 11011100 0 110100 10 1100 100101110 1000001 1000001

Color Harmonies of #E06BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06BDC

Black with #E06BDC

Text Example


Text Example

White with #E06BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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