Html Css Color HEX #E083CC Orchid

📋 copy color: '#E083CC'

red 224 ◦ green 131 ◦ blue 204

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

Shades of Orchid #E083CC

Tints of Orchid #E083CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.49%

R = 40.07%
G = 23.43%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E083CC (or 0xE083CC) is known color: Orchid. HEX triplet: E0, 83 and CC. RGB value is (224,131,204). Sum of RGB (Red+Green+Blue) = 224+131+204=559 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40.07% from 559); Green value is 131 (51.56% from 255 or 23.43% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 224 - color contains mainly: red. Hex color #E083CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E083CC is #1F7C33. Grayscale: #A6A6A6. Windows color (decimal): -2063412 or 13403104. OLE color: 13403104.

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

Color convert

RGB 224 131 204 -
CMYK 0 0.42 0.09 0.12
HSL 312.9º 0.6% 0.7% -
HSV(B) 312.9º 0.42% 0.88% -
XYZ 49.76 36.44 61.54 -
YUV 167.13 148.81 168.56 -
System Red Green Blue C M Y K H S L
Decimal 224 131 204 0 0.42 0.09 0.12 312.9 0.6 0.7
Hex E0 83 CC 0 2A 9 C 139 3C 46
Octal 340 203 314 0 52 11 14 471 74 106
Binary 11100000 10000011 11001100 0 101010 1001 1100 100111001 111100 1000110

Color Harmonies of #E083CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E083CC

Black with #E083CC

Text Example


Text Example

White with #E083CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E083CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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