Html Css Color HEX #E07DCE Orchid

📋 copy color: '#E07DCE'

red 224 ◦ green 125 ◦ blue 206

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

Shades of Orchid #E07DCE

Tints of Orchid #E07DCE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.52%

 BLUE value IS 206 (80.86% from 255) = 37.12%

R = 40.36%
G = 22.52%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E07DCE (or 0xE07DCE) is known color: Orchid. HEX triplet: E0, 7D and CE. RGB value is (224,125,206). Sum of RGB (Red+Green+Blue) = 224+125+206=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 125 (49.22% from 255 or 22.52% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07DCE is #1F8231. Grayscale: #A3A3A3. Windows color (decimal): -2064946 or 13532640. OLE color: 13532640.

HSL color Cylindrical-coordinate representation of color #E07DCE: hue angle of 310.91º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E07DCE is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 125 206 -
CMYK 0 0.44 0.08 0.12
HSL 310.91º 0.61% 0.68% -
HSV(B) 310.91º 0.44% 0.88% -
XYZ 49.21 34.97 62.55 -
YUV 163.84 151.8 170.91 -
System Red Green Blue C M Y K H S L
Decimal 224 125 206 0 0.44 0.08 0.12 310.91 0.61 0.68
Hex E0 7D CE 0 2C 8 C 137 3D 44
Octal 340 175 316 0 54 10 14 467 75 104
Binary 11100000 1111101 11001110 0 101100 1000 1100 100110111 111101 1000100

Color Harmonies of #E07DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07DCE

Black with #E07DCE

Text Example


Text Example

White with #E07DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07DCE; }

 p { color: rgb(224,125,206); }

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

background-color css

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

 a { background-color: rgb(224,125,206); }

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

border-color css

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

 span { border-color: rgb(224,125,206); }

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