Html Css Color HEX #E06DDB Orchid

📋 copy color: '#E06DDB'

red 224 ◦ green 109 ◦ blue 219

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

Shades of Orchid #E06DDB

Tints of Orchid #E06DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.67%

R = 40.58%
G = 19.75%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E06DDB (or 0xE06DDB) is known color: Orchid. HEX triplet: E0, 6D and DB. RGB value is (224,109,219). Sum of RGB (Red+Green+Blue) = 224+109+219=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 109 (42.97% from 255 or 19.75% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E06DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06DDB is #1F9224. Grayscale: #9B9B9B. Windows color (decimal): -2069029 or 14380512. OLE color: 14380512.

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

Color convert

RGB 224 109 219 -
CMYK 0 0.51 0.02 0.12
HSL 302.61º 0.65% 0.65% -
HSV(B) 302.61º 0.51% 0.88% -
XYZ 49 31.9 70.59 -
YUV 155.93 163.6 176.56 -
System Red Green Blue C M Y K H S L
Decimal 224 109 219 0 0.51 0.02 0.12 302.61 0.65 0.65
Hex E0 6D DB 0 33 2 C 12F 41 41
Octal 340 155 333 0 63 2 14 457 101 101
Binary 11100000 1101101 11011011 0 110011 10 1100 100101111 1000001 1000001

Color Harmonies of #E06DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06DDB

Black with #E06DDB

Text Example


Text Example

White with #E06DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06DDB; }

 p { color: rgb(224,109,219); }

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

background-color css

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

 a { background-color: rgb(224,109,219); }

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

border-color css

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

 span { border-color: rgb(224,109,219); }

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