Html Css Color HEX #E083CF Orchid

📋 copy color: '#E083CF'

red 224 ◦ green 131 ◦ blue 207

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

Shades of Orchid #E083CF

Tints of Orchid #E083CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.83%

R = 39.86%
G = 23.31%
B = 36.83%

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

#E083CF (or 0xE083CF) is known color: Orchid. HEX triplet: E0, 83 and CF. RGB value is (224,131,207). Sum of RGB (Red+Green+Blue) = 224+131+207=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 131 (51.56% from 255 or 23.31% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 224 - color contains mainly: red. Hex color #E083CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E083CF is #1F7C30. Grayscale: #A7A7A7. Windows color (decimal): -2063409 or 13599712. OLE color: 13599712.

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

Color convert

RGB 224 131 207 -
CMYK 0 0.42 0.08 0.12
HSL 310.97º 0.6% 0.7% -
HSV(B) 310.97º 0.42% 0.88% -
XYZ 50.12 36.58 63.45 -
YUV 167.47 150.31 168.32 -
System Red Green Blue C M Y K H S L
Decimal 224 131 207 0 0.42 0.08 0.12 310.97 0.6 0.7
Hex E0 83 CF 0 2A 8 C 137 3C 46
Octal 340 203 317 0 52 10 14 467 74 106
Binary 11100000 10000011 11001111 0 101010 1000 1100 100110111 111100 1000110

Color Harmonies of #E083CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E083CF

Black with #E083CF

Text Example


Text Example

White with #E083CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E083CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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