Html Css Color HEX #E08ACD Orchid

📋 copy color: '#E08ACD'

red 224 ◦ green 138 ◦ blue 205

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

Shades of Orchid #E08ACD

Tints of Orchid #E08ACD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.34%

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

R = 39.51%
G = 24.34%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E08ACD (or 0xE08ACD) is known color: Orchid. HEX triplet: E0, 8A and CD. RGB value is (224,138,205). Sum of RGB (Red+Green+Blue) = 224+138+205=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 138 (54.30% from 255 or 24.34% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 224 - color contains mainly: red. Hex color #E08ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08ACD is #1F7532. Grayscale: #ABABAB. Windows color (decimal): -2061619 or 13470432. OLE color: 13470432.

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

Color convert

RGB 224 138 205 -
CMYK 0 0.38 0.08 0.12
HSL 313.26º 0.58% 0.71% -
HSV(B) 313.26º 0.38% 0.88% -
XYZ 50.85 38.43 62.5 -
YUV 171.35 146.99 165.55 -
System Red Green Blue C M Y K H S L
Decimal 224 138 205 0 0.38 0.08 0.12 313.26 0.58 0.71
Hex E0 8A CD 0 26 8 C 139 3A 47
Octal 340 212 315 0 46 10 14 471 72 107
Binary 11100000 10001010 11001101 0 100110 1000 1100 100111001 111010 1000111

Color Harmonies of #E08ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08ACD

Black with #E08ACD

Text Example


Text Example

White with #E08ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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