Html Css Color HEX #E083CD Orchid

📋 copy color: '#E083CD'

red 224 ◦ green 131 ◦ blue 205

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

Shades of Orchid #E083CD

Tints of Orchid #E083CD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.39%

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

R = 40%
G = 23.39%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E083CD (or 0xE083CD) is known color: Orchid. HEX triplet: E0, 83 and CD. RGB value is (224,131,205). Sum of RGB (Red+Green+Blue) = 224+131+205=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 131 (51.56% from 255 or 23.39% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 224 - color contains mainly: red. Hex color #E083CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E083CD is #1F7C32. Grayscale: #A7A7A7. Windows color (decimal): -2063411 or 13468640. OLE color: 13468640.

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

Color convert

RGB 224 131 205 -
CMYK 0 0.42 0.08 0.12
HSL 312.26º 0.6% 0.7% -
HSV(B) 312.26º 0.42% 0.88% -
XYZ 49.88 36.49 62.17 -
YUV 167.24 149.31 168.48 -
System Red Green Blue C M Y K H S L
Decimal 224 131 205 0 0.42 0.08 0.12 312.26 0.6 0.7
Hex E0 83 CD 0 2A 8 C 138 3C 46
Octal 340 203 315 0 52 10 14 470 74 106
Binary 11100000 10000011 11001101 0 101010 1000 1100 100111000 111100 1000110

Color Harmonies of #E083CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E083CD

Black with #E083CD

Text Example


Text Example

White with #E083CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E083CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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