Html Css Color HEX #E07DCD Orchid

📋 copy color: '#E07DCD'

red 224 ◦ green 125 ◦ blue 205

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

Shades of Orchid #E07DCD

Tints of Orchid #E07DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37%

R = 40.43%
G = 22.56%
B = 37%

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

#E07DCD (or 0xE07DCD) is known color: Orchid. HEX triplet: E0, 7D and CD. RGB value is (224,125,205). Sum of RGB (Red+Green+Blue) = 224+125+205=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 125 (49.22% from 255 or 22.56% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07DCD is #1F8232. Grayscale: #A3A3A3. Windows color (decimal): -2064947 or 13467104. OLE color: 13467104.

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

Color convert

RGB 224 125 205 -
CMYK 0 0.44 0.08 0.12
HSL 311.52º 0.61% 0.68% -
HSV(B) 311.52º 0.44% 0.88% -
XYZ 49.09 34.92 61.91 -
YUV 163.72 151.3 171 -
System Red Green Blue C M Y K H S L
Decimal 224 125 205 0 0.44 0.08 0.12 311.52 0.61 0.68
Hex E0 7D CD 0 2C 8 C 138 3D 44
Octal 340 175 315 0 54 10 14 470 75 104
Binary 11100000 1111101 11001101 0 101100 1000 1100 100111000 111101 1000100

Color Harmonies of #E07DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07DCD

Black with #E07DCD

Text Example


Text Example

White with #E07DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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