Html Css Color HEX #E083CA Orchid

📋 copy color: '#E083CA'

red 224 ◦ green 131 ◦ blue 202

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

Shades of Orchid #E083CA

Tints of Orchid #E083CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.27%

R = 40.22%
G = 23.52%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E083CA (or 0xE083CA) is known color: Orchid. HEX triplet: E0, 83 and CA. RGB value is (224,131,202). Sum of RGB (Red+Green+Blue) = 224+131+202=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 131 (51.56% from 255 or 23.52% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 224 - color contains mainly: red. Hex color #E083CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E083CA is #1F7C35. Grayscale: #A6A6A6. Windows color (decimal): -2063414 or 13272032. OLE color: 13272032.

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

Color convert

RGB 224 131 202 -
CMYK 0 0.42 0.10 0.12
HSL 314.19º 0.6% 0.7% -
HSV(B) 314.19º 0.42% 0.88% -
XYZ 49.52 36.34 60.28 -
YUV 166.9 147.81 168.73 -
System Red Green Blue C M Y K H S L
Decimal 224 131 202 0 0.42 0.10 0.12 314.19 0.6 0.7
Hex E0 83 CA 0 2A A C 13A 3C 46
Octal 340 203 312 0 52 12 14 472 74 106
Binary 11100000 10000011 11001010 0 101010 1010 1100 100111010 111100 1000110

Color Harmonies of #E083CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E083CA

Black with #E083CA

Text Example


Text Example

White with #E083CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E083CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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