Html Css Color HEX #E083CE Orchid

📋 copy color: '#E083CE'

red 224 ◦ green 131 ◦ blue 206

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

Shades of Orchid #E083CE

Tints of Orchid #E083CE

RGB

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

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

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

R = 39.93%
G = 23.35%
B = 36.72%

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

#E083CE (or 0xE083CE) is known color: Orchid. HEX triplet: E0, 83 and CE. RGB value is (224,131,206). Sum of RGB (Red+Green+Blue) = 224+131+206=561 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.93% from 561); Green value is 131 (51.56% from 255 or 23.35% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 224 - color contains mainly: red. Hex color #E083CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E083CE is #1F7C31. Grayscale: #A7A7A7. Windows color (decimal): -2063410 or 13534176. OLE color: 13534176.

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

Color convert

RGB 224 131 206 -
CMYK 0 0.42 0.08 0.12
HSL 311.61º 0.6% 0.7% -
HSV(B) 311.61º 0.42% 0.88% -
XYZ 50 36.54 62.81 -
YUV 167.36 149.81 168.4 -
System Red Green Blue C M Y K H S L
Decimal 224 131 206 0 0.42 0.08 0.12 311.61 0.6 0.7
Hex E0 83 CE 0 2A 8 C 138 3C 46
Octal 340 203 316 0 52 10 14 470 74 106
Binary 11100000 10000011 11001110 0 101010 1000 1100 100111000 111100 1000110

Color Harmonies of #E083CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E083CE

Black with #E083CE

Text Example


Text Example

White with #E083CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E083CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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