Html Css Color HEX #E085CD Orchid

📋 copy color: '#E085CD'

red 224 ◦ green 133 ◦ blue 205

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

Shades of Orchid #E085CD

Tints of Orchid #E085CD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.67%

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

R = 39.86%
G = 23.67%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E085CD (or 0xE085CD) is known color: Orchid. HEX triplet: E0, 85 and CD. RGB value is (224,133,205). Sum of RGB (Red+Green+Blue) = 224+133+205=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 133 (52.34% from 255 or 23.67% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 224 - color contains mainly: red. Hex color #E085CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E085CD is #1F7A32. Grayscale: #A8A8A8. Windows color (decimal): -2062899 or 13469152. OLE color: 13469152.

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

Color convert

RGB 224 133 205 -
CMYK 0 0.41 0.08 0.12
HSL 312.53º 0.59% 0.7% -
HSV(B) 312.53º 0.41% 0.88% -
XYZ 50.15 37.03 62.26 -
YUV 168.42 148.65 167.65 -
System Red Green Blue C M Y K H S L
Decimal 224 133 205 0 0.41 0.08 0.12 312.53 0.59 0.7
Hex E0 85 CD 0 29 8 C 139 3B 46
Octal 340 205 315 0 51 10 14 471 73 106
Binary 11100000 10000101 11001101 0 101001 1000 1100 100111001 111011 1000110

Color Harmonies of #E085CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E085CD

Black with #E085CD

Text Example


Text Example

White with #E085CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E085CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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